Color Hex Logo

#c4abca Color Hex

#C4ABCA
(196,171,202)
0 Favorites   0 Comments

Color spaces of #c4abca

RGB 196171202
HSL0.800.230.73
HSV288°15°79°
CMYK 0.030.150.00   0.21
XYZ47.988545.125962.0580
Yxy45.12590.30930.2908
Hunter Lab67.17589.9577-7.7499
CIE-Lab72.974714.6287-12.4175

#c4abca color RGB value is (196,171,202).

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

The process color (four color CMYK) of #c4abca color hex is 0.03, 0.15, 0.00, 0.21. Web safe color of #c4abca is #cc99cc. Color #c4abca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101011 11001010
Octal 304 253 312
Decimal 196 171 202
Hex C4 AB CA

RGB Percentages of Color #c4abca

%34.45
%30.05
%35.50

CMYK Percentages of Color #c4abca

%3
%15
%0
%21

Triadic Colors of #c4abca

#c4abca #cac4ab #abcac4

Analogous Colors of #c4abca

#c4abca #caabc1 #b5abca

Monochromatic Colors of #c4abca

#c4abca

Complementary Color

#c4abca #b1caab

#c4abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4abca Color CSS Codes

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

#c4abca Text Font Color

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

This sample text font color is #c4abca
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.


#c4abca Background Color

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

This div background color is #c4abca


#c4abca Border Color

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

This div border color is #c4abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4abca


Comments

No comments written yet.

Please login to write comment.