Color Hex Logo

#c0afcf Color Hex

#C0AFCF
(192,175,207)
0 Favorites   0 Comments

Color spaces of #c0afcf

RGB 192175207
HSL0.760.250.75
HSV272°15°81°
CMYK 0.070.150.00   0.19
XYZ48.330746.371465.4348
Yxy46.37140.30180.2896
Hunter Lab68.09657.5192-9.3049
CIE-Lab73.785912.0764-13.9736

#c0afcf color RGB value is (192,175,207).

#c0afcf hex color red value is 192, green value is 175 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c0afcf hue: 0.76 , saturation: 0.25 and the lightness value of c0afcf is 0.75.

The process color (four color CMYK) of #c0afcf color hex is 0.07, 0.15, 0.00, 0.19. Web safe color of #c0afcf is #cc99cc. Color #c0afcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101111 11001111
Octal 300 257 317
Decimal 192 175 207
Hex C0 AF CF

RGB Percentages of Color #c0afcf

%33.45
%30.49
%36.06

CMYK Percentages of Color #c0afcf

%7
%15
%0
%19

Triadic Colors of #c0afcf

#c0afcf #cfc0af #afcfc0

Analogous Colors of #c0afcf

#c0afcf #cfafce #b0afcf

Monochromatic Colors of #c0afcf

#c0afcf

Complementary Color

#c0afcf #becfaf

#c0afcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0afcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0afcf Color CSS Codes

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

#c0afcf Text Font Color

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

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


#c0afcf Background Color

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

This div background color is #c0afcf


#c0afcf Border Color

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

This div border color is #c0afcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,175,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0afcf


Comments

No comments written yet.

Please login to write comment.