Color Hex Logo

#cc035f Color Hex

#CC035F
(204,3,95)
0 Favorites   0 Comments

Color spaces of #cc035f

RGB 204395
HSL0.920.970.41
HSV333°99°80°
CMYK 0.000.990.53   0.20
XYZ27.000013.728712.0533
Yxy13.72870.51150.2601
Hunter Lab37.052365.23166.6492
CIE-Lab43.841370.74727.1436

#cc035f color RGB value is (204,3,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000011 01011111
Octal 314 3 137
Decimal 204 3 95
Hex CC 3 5F

RGB Percentages of Color #cc035f

%67.55
%0.99
%31.46

CMYK Percentages of Color #cc035f

%0
%99
%53
%20

Triadic Colors of #cc035f

#cc035f #5fcc03 #035fcc

Analogous Colors of #cc035f

#cc035f #cc0c03 #cc03c4

Monochromatic Colors of #cc035f

#cc035f

Complementary Color

#cc035f #03cc70

#cc035f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc035f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc035f Color CSS Codes

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

#cc035f Text Font Color

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

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


#cc035f Background Color

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

This div background color is #cc035f


#cc035f Border Color

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

This div border color is #cc035f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc035f


Comments

No comments written yet.

Please login to write comment.