Color Hex Logo

#cc3972 Color Hex

#CC3972
(204,57,114)
0 Favorites   0 Comments

Color spaces of #cc3972

RGB 20457114
HSL0.940.590.51
HSV337°72°80°
CMYK 0.000.720.44   0.20
XYZ29.402216.978517.6471
Yxy16.97850.45920.2652
Hunter Lab41.205055.26173.4510
CIE-Lab48.232961.28991.7026

#cc3972 color RGB value is (204,57,114).

#cc3972 hex color red value is 204, green value is 57 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cc3972 hue: 0.94 , saturation: 0.59 and the lightness value of cc3972 is 0.51.

The process color (four color CMYK) of #cc3972 color hex is 0.00, 0.72, 0.44, 0.20. Web safe color of #cc3972 is #cc3366. Color #cc3972 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111001 01110010
Octal 314 71 162
Decimal 204 57 114
Hex CC 39 72

RGB Percentages of Color #cc3972

%54.40
%15.20
%30.40

CMYK Percentages of Color #cc3972

%0
%72
%44
%20

Triadic Colors of #cc3972

#cc3972 #72cc39 #3972cc

Analogous Colors of #cc3972

#cc3972 #cc4a39 #cc39bc

Monochromatic Colors of #cc3972

#cc3972

Complementary Color

#cc3972 #39cc93

#cc3972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3972 Color CSS Codes

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

#cc3972 Text Font Color

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

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


#cc3972 Background Color

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

This div background color is #cc3972


#cc3972 Border Color

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

This div border color is #cc3972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3972


Comments

No comments written yet.

Please login to write comment.