Color Hex Logo

#cc034e Color Hex

#CC034E
(204,3,78)
0 Favorites   0 Comments

Color spaces of #cc034e

RGB 204378
HSL0.940.970.41
HSV338°99°80°
CMYK 0.000.990.62   0.20
XYZ26.309513.45268.4177
Yxy13.45260.54610.2792
Hunter Lab36.677863.854512.0672
CIE-Lab43.437469.661917.2780

#cc034e color RGB value is (204,3,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000011 01001110
Octal 314 3 116
Decimal 204 3 78
Hex CC 3 4E

RGB Percentages of Color #cc034e

%71.58
%1.05
%27.37

CMYK Percentages of Color #cc034e

%0
%99
%62
%20

Triadic Colors of #cc034e

#cc034e #4ecc03 #034ecc

Analogous Colors of #cc034e

#cc034e #cc1d03 #cc03b3

Monochromatic Colors of #cc034e

#cc034e

Complementary Color

#cc034e #03cc81

#cc034e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc034e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc034e Color CSS Codes

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

#cc034e Text Font Color

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

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


#cc034e Background Color

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

This div background color is #cc034e


#cc034e Border Color

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

This div border color is #cc034e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc034e


Comments

No comments written yet.

Please login to write comment.