Color Hex Logo

#c4abeb Color Hex

#C4ABEB
(196,171,235)
0 Favorites   0 Comments

Color spaces of #c4abeb

RGB 196171235
HSL0.730.620.80
HSV263°27°92°
CMYK 0.170.270.00   0.08
XYZ52.323346.859784.8844
Yxy46.85970.28430.2546
Hunter Lab68.454116.6427-25.6028
CIE-Lab74.099921.4227-28.7265

#c4abeb color RGB value is (196,171,235).

#c4abeb hex color red value is 196, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c4abeb hue: 0.73 , saturation: 0.62 and the lightness value of c4abeb is 0.80.

The process color (four color CMYK) of #c4abeb color hex is 0.17, 0.27, 0.00, 0.08. Web safe color of #c4abeb is #cc99ff. Color #c4abeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101011 11101011
Octal 304 253 353
Decimal 196 171 235
Hex C4 AB EB

RGB Percentages of Color #c4abeb

%32.56
%28.41
%39.04

CMYK Percentages of Color #c4abeb

%17
%27
%0
%8

Triadic Colors of #c4abeb

#c4abeb #ebc4ab #abebc4

Analogous Colors of #c4abeb

#c4abeb #e4abeb #abb2eb

Monochromatic Colors of #c4abeb

#c4abeb

Complementary Color

#c4abeb #d2ebab

#c4abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4abeb Color CSS Codes

.mybgcolor {background-color:#c4abeb; } 
.myforecolor {color:#c4abeb; }
.mybordercolor {border:3px solid #c4abeb; }

#c4abeb Text Font Color

<p style="color:#c4abeb">Text here</p>

This sample text font color is #c4abeb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c4abeb Background Color

<div style="background-color:#c4abeb">
Div content here</div>

This div background color is #c4abeb


#c4abeb Border Color

<div style="border:3px solid #c4abeb">
Div here</div>

This div border color is #c4abeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,171,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4abeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4abeb;
  -webkit-box-shadow: 1px 1px 3px 2px #c4abeb;
  box-shadow:         1px 1px 3px 2px #c4abeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,171,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c4abeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c4abeb;
  -webkit-box-shadow: 1px 1px 3px 2px #c4abeb;
  box-shadow:         1px 1px 3px 2px #c4abeb;">
Div content here</div>

This div box has shadow with color #c4abeb


Comments

No comments written yet.

Please login to write comment.