Color Hex Logo

#cc336f Color Hex

#CC336F
(204,51,111)
0 Favorites   0 Comments

Color spaces of #cc336f

RGB 20451111
HSL0.930.600.50
HSV336°75°80°
CMYK 0.000.750.46   0.20
XYZ28.954916.352716.6692
Yxy16.35270.46720.2639
Hunter Lab40.438557.04293.8669
CIE-Lab47.433963.01062.3775

#cc336f color RGB value is (204,51,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110011 01101111
Octal 314 63 157
Decimal 204 51 111
Hex CC 33 6F

RGB Percentages of Color #cc336f

%55.74
%13.93
%30.33

CMYK Percentages of Color #cc336f

%0
%75
%46
%20

Triadic Colors of #cc336f

#cc336f #6fcc33 #336fcc

Analogous Colors of #cc336f

#cc336f #cc4333 #cc33bc

Monochromatic Colors of #cc336f

#cc336f

Complementary Color

#cc336f #33cc90

#cc336f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc336f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc336f Color CSS Codes

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

#cc336f Text Font Color

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

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


#cc336f Background Color

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

This div background color is #cc336f


#cc336f Border Color

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

This div border color is #cc336f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,51,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 #cc336f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc336f


Comments

No comments written yet.

Please login to write comment.