Color Hex Logo

#c5a9cb Color Hex

#C5A9CB
(197,169,203)
0 Favorites   0 Comments

Color spaces of #c5a9cb

RGB 197169203
HSL0.800.250.73
HSV289°17°80°
CMYK 0.030.170.00   0.20
XYZ47.993444.558062.5709
Yxy44.55800.30940.2872
Hunter Lab66.751811.5229-8.8502
CIE-Lab72.599916.2579-13.5193

#c5a9cb color RGB value is (197,169,203).

#c5a9cb hex color red value is 197, green value is 169 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c5a9cb hue: 0.80 , saturation: 0.25 and the lightness value of c5a9cb is 0.73.

The process color (four color CMYK) of #c5a9cb color hex is 0.03, 0.17, 0.00, 0.20. Web safe color of #c5a9cb is #cc99cc. Color #c5a9cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101001 11001011
Octal 305 251 313
Decimal 197 169 203
Hex C5 A9 CB

RGB Percentages of Color #c5a9cb

%34.62
%29.70
%35.68

CMYK Percentages of Color #c5a9cb

%3
%17
%0
%20

Triadic Colors of #c5a9cb

#c5a9cb #cbc5a9 #a9cbc5

Analogous Colors of #c5a9cb

#c5a9cb #cba9c0 #b4a9cb

Monochromatic Colors of #c5a9cb

#c5a9cb

Complementary Color

#c5a9cb #afcba9

#c5a9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5a9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5a9cb Color CSS Codes

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

#c5a9cb Text Font Color

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

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


#c5a9cb Background Color

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

This div background color is #c5a9cb


#c5a9cb Border Color

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

This div border color is #c5a9cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,169,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5a9cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5a9cb;
  -webkit-box-shadow: 1px 1px 3px 2px #c5a9cb;
  box-shadow:         1px 1px 3px 2px #c5a9cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,169,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5a9cb


Comments

No comments written yet.

Please login to write comment.