Color Hex Logo

#cc305a Color Hex

#CC305A
(204,48,90)
0 Favorites   0 Comments

Color spaces of #cc305a

RGB 2044890
HSL0.960.620.49
HSV344°76°80°
CMYK 0.000.760.56   0.20
XYZ27.804315.689511.2358
Yxy15.68950.50800.2867
Hunter Lab39.610055.981010.9087
CIE-Lab46.564562.241414.0607

#cc305a color RGB value is (204,48,90).

#cc305a hex color red value is 204, green value is 48 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cc305a hue: 0.96 , saturation: 0.62 and the lightness value of cc305a is 0.49.

The process color (four color CMYK) of #cc305a color hex is 0.00, 0.76, 0.56, 0.20. Web safe color of #cc305a is #cc3366. Color #cc305a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110000 01011010
Octal 314 60 132
Decimal 204 48 90
Hex CC 30 5A

RGB Percentages of Color #cc305a

%59.65
%14.04
%26.32

CMYK Percentages of Color #cc305a

%0
%76
%56
%20

Triadic Colors of #cc305a

#cc305a #5acc30 #305acc

Analogous Colors of #cc305a

#cc305a #cc5430 #cc30a8

Monochromatic Colors of #cc305a

#cc305a

Complementary Color

#cc305a #30cca2

#cc305a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc305a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc305a Color CSS Codes

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

#cc305a Text Font Color

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

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


#cc305a Background Color

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

This div background color is #cc305a


#cc305a Border Color

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

This div border color is #cc305a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc305a


Comments

No comments written yet.

Please login to write comment.