Color Hex Logo

#cc0378 Color Hex

#CC0378
(204,3,120)
0 Favorites   0 Comments

Color spaces of #cc0378

RGB 2043120
HSL0.900.970.41
HSV325°99°80°
CMYK 0.000.990.41   0.20
XYZ28.324614.258619.0286
Yxy14.25860.45970.2314
Hunter Lab37.760667.8138-3.4455
CIE-Lab44.601572.7598-7.3327

#cc0378 color RGB value is (204,3,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000011 01111000
Octal 314 3 170
Decimal 204 3 120
Hex CC 3 78

RGB Percentages of Color #cc0378

%62.39
%0.92
%36.70

CMYK Percentages of Color #cc0378

%0
%99
%41
%20

Triadic Colors of #cc0378

#cc0378 #78cc03 #0378cc

Analogous Colors of #cc0378

#cc0378 #cc0313 #bc03cc

Monochromatic Colors of #cc0378

#cc0378

Complementary Color

#cc0378 #03cc57

#cc0378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0378 Color CSS Codes

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

#cc0378 Text Font Color

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

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


#cc0378 Background Color

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

This div background color is #cc0378


#cc0378 Border Color

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

This div border color is #cc0378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0378


Comments

No comments written yet.

Please login to write comment.