Color Hex Logo

#cc0faf Color Hex

#CC0FAF
(204,15,175)
0 Favorites   0 Comments

Color spaces of #cc0faf

RGB 20415175
HSL0.860.860.43
HSV309°93°80°
CMYK 0.000.930.14   0.20
XYZ32.810516.274241.9694
Yxy16.27420.36030.1787
Hunter Lab40.341374.5809-33.4439
CIE-Lab47.332277.7641-36.3595

#cc0faf color RGB value is (204,15,175).

#cc0faf hex color red value is 204, green value is 15 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cc0faf hue: 0.86 , saturation: 0.86 and the lightness value of cc0faf is 0.43.

The process color (four color CMYK) of #cc0faf color hex is 0.00, 0.93, 0.14, 0.20. Web safe color of #cc0faf is #cc0099. Color #cc0faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001111 10101111
Octal 314 17 257
Decimal 204 15 175
Hex CC F AF

RGB Percentages of Color #cc0faf

%51.78
%3.81
%44.42

CMYK Percentages of Color #cc0faf

%0
%93
%14
%20

Triadic Colors of #cc0faf

#cc0faf #afcc0f #0fafcc

Analogous Colors of #cc0faf

#cc0faf #cc0f51 #8b0fcc

Monochromatic Colors of #cc0faf

#cc0faf

Complementary Color

#cc0faf #0fcc2c

#cc0faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0faf Color CSS Codes

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

#cc0faf Text Font Color

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

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


#cc0faf Background Color

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

This div background color is #cc0faf


#cc0faf Border Color

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

This div border color is #cc0faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0faf


Comments

No comments written yet.

Please login to write comment.