Color Hex Logo

#cc0472 Color Hex

#CC0472
(204,4,114)
0 Favorites   0 Comments

Color spaces of #cc0472

RGB 2044114
HSL0.910.960.41
HSV327°98°80°
CMYK 0.000.980.44   0.20
XYZ27.982514.139117.1739
Yxy14.13910.47190.2385
Hunter Lab37.602067.0319-0.7580
CIE-Lab44.431872.1416-3.8676

#cc0472 color RGB value is (204,4,114).

#cc0472 hex color red value is 204, green value is 4 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cc0472 hue: 0.91 , saturation: 0.96 and the lightness value of cc0472 is 0.41.

The process color (four color CMYK) of #cc0472 color hex is 0.00, 0.98, 0.44, 0.20. Web safe color of #cc0472 is #cc0066. Color #cc0472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000100 01110010
Octal 314 4 162
Decimal 204 4 114
Hex CC 4 72

RGB Percentages of Color #cc0472

%63.35
%1.24
%35.40

CMYK Percentages of Color #cc0472

%0
%98
%44
%20

Triadic Colors of #cc0472

#cc0472 #72cc04 #0472cc

Analogous Colors of #cc0472

#cc0472 #cc040e #c204cc

Monochromatic Colors of #cc0472

#cc0472

Complementary Color

#cc0472 #04cc5e

#cc0472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0472 Color CSS Codes

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

#cc0472 Text Font Color

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

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


#cc0472 Background Color

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

This div background color is #cc0472


#cc0472 Border Color

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

This div border color is #cc0472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0472


Comments

No comments written yet.

Please login to write comment.