Color Hex Logo

#cc037d Color Hex

#CC037D
(204,3,125)
0 Favorites   0 Comments

Color spaces of #cc037d

RGB 2043125
HSL0.900.970.41
HSV324°99°80°
CMYK 0.000.990.39   0.20
XYZ28.636114.383220.6690
Yxy14.38320.44960.2258
Hunter Lab37.925268.4106-5.7651
CIE-Lab44.777573.2210-10.1543

#cc037d color RGB value is (204,3,125).

#cc037d hex color red value is 204, green value is 3 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cc037d hue: 0.90 , saturation: 0.97 and the lightness value of cc037d is 0.41.

The process color (four color CMYK) of #cc037d color hex is 0.00, 0.99, 0.39, 0.20. Web safe color of #cc037d is #cc0066. Color #cc037d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000011 01111101
Octal 314 3 175
Decimal 204 3 125
Hex CC 3 7D

RGB Percentages of Color #cc037d

%61.45
%0.90
%37.65

CMYK Percentages of Color #cc037d

%0
%99
%39
%20

Triadic Colors of #cc037d

#cc037d #7dcc03 #037dcc

Analogous Colors of #cc037d

#cc037d #cc0318 #b703cc

Monochromatic Colors of #cc037d

#cc037d

Complementary Color

#cc037d #03cc52

#cc037d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc037d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc037d Color CSS Codes

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

#cc037d Text Font Color

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

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


#cc037d Background Color

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

This div background color is #cc037d


#cc037d Border Color

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

This div border color is #cc037d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc037d


Comments

No comments written yet.

Please login to write comment.