Color Hex Logo

#c0afca Color Hex

#C0AFCA
(192,175,202)
0 Favorites   0 Comments

Color spaces of #c0afca

RGB 192175202
HSL0.770.200.74
HSV278°13°79°
CMYK 0.050.130.00   0.21
XYZ47.728946.130762.2656
Yxy46.13070.30570.2955
Hunter Lab67.91966.5774-6.8107
CIE-Lab73.630311.0838-11.4719

#c0afca color RGB value is (192,175,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101111 11001010
Octal 300 257 312
Decimal 192 175 202
Hex C0 AF CA

RGB Percentages of Color #c0afca

%33.74
%30.76
%35.50

CMYK Percentages of Color #c0afca

%5
%13
%0
%21

Triadic Colors of #c0afca

#c0afca #cac0af #afcac0

Analogous Colors of #c0afca

#c0afca #caafc7 #b3afca

Monochromatic Colors of #c0afca

#c0afca

Complementary Color

#c0afca #b9caaf

#c0afca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0afca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0afca Color CSS Codes

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

#c0afca Text Font Color

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

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


#c0afca Background Color

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

This div background color is #c0afca


#c0afca Border Color

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

This div border color is #c0afca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0afca

#c0afca Color Palettes


Comments

No comments written yet.

Please login to write comment.