Color Hex Logo

#cc306f Color Hex

#CC306F
(204,48,111)
0 Favorites   0 Comments

Color spaces of #cc306f

RGB 20448111
HSL0.930.620.49
HSV336°76°80°
CMYK 0.000.760.46   0.20
XYZ28.828016.099016.6269
Yxy16.09900.46830.2615
Hunter Lab40.123658.03263.5172
CIE-Lab47.104163.93981.8995

#cc306f color RGB value is (204,48,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110000 01101111
Octal 314 60 157
Decimal 204 48 111
Hex CC 30 6F

RGB Percentages of Color #cc306f

%56.20
%13.22
%30.58

CMYK Percentages of Color #cc306f

%0
%76
%46
%20

Triadic Colors of #cc306f

#cc306f #6fcc30 #306fcc

Analogous Colors of #cc306f

#cc306f #cc3f30 #cc30bd

Monochromatic Colors of #cc306f

#cc306f

Complementary Color

#cc306f #30cc8d

#cc306f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc306f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc306f Color CSS Codes

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

#cc306f Text Font Color

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

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


#cc306f Background Color

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

This div background color is #cc306f


#cc306f Border Color

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

This div border color is #cc306f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc306f


Comments

No comments written yet.

Please login to write comment.