Color Hex Logo

#c9afca Color Hex

#C9AFCA
(201,175,202)
0 Favorites   0 Comments

Color spaces of #c9afca

RGB 201175202
HSL0.830.200.74
HSV298°13°79°
CMYK 0.000.130.00   0.21
XYZ50.078047.341762.3756
Yxy47.34170.31340.2963
Hunter Lab68.80539.5069-5.5858
CIE-Lab74.407814.1483-10.2290

#c9afca color RGB value is (201,175,202).

#c9afca hex color red value is 201, green value is 175 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c9afca hue: 0.83 , saturation: 0.20 and the lightness value of c9afca is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101111 11001010
Octal 311 257 312
Decimal 201 175 202
Hex C9 AF CA

RGB Percentages of Color #c9afca

%34.78
%30.28
%34.95

CMYK Percentages of Color #c9afca

%0
%13
%0
%21

Triadic Colors of #c9afca

#c9afca #cac9af #afcac9

Analogous Colors of #c9afca

#c9afca #caafbe #bcafca

Monochromatic Colors of #c9afca

#c9afca

Complementary Color

#c9afca #b0caaf

#c9afca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9afca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9afca Color CSS Codes

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

#c9afca Text Font Color

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

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


#c9afca Background Color

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

This div background color is #c9afca


#c9afca Border Color

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

This div border color is #c9afca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,175,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 #c9afca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9afca


Comments

No comments written yet.

Please login to write comment.