Color Hex Logo

#cc236e Color Hex

#CC236E
(204,35,110)
0 Favorites   0 Comments

Color spaces of #cc236e

RGB 20435110
HSL0.930.710.47
HSV333°83°80°
CMYK 0.000.830.46   0.20
XYZ28.317315.165216.1865
Yxy15.16520.47460.2542
Hunter Lab38.942561.64802.6158
CIE-Lab45.859667.30830.7062

#cc236e color RGB value is (204,35,110).

#cc236e hex color red value is 204, green value is 35 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cc236e hue: 0.93 , saturation: 0.71 and the lightness value of cc236e is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100011 01101110
Octal 314 43 156
Decimal 204 35 110
Hex CC 23 6E

RGB Percentages of Color #cc236e

%58.45
%10.03
%31.52

CMYK Percentages of Color #cc236e

%0
%83
%46
%20

Triadic Colors of #cc236e

#cc236e #6ecc23 #236ecc

Analogous Colors of #cc236e

#cc236e #cc2d23 #cc23c3

Monochromatic Colors of #cc236e

#cc236e

Complementary Color

#cc236e #23cc81

#cc236e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc236e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc236e Color CSS Codes

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

#cc236e Text Font Color

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

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


#cc236e Background Color

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

This div background color is #cc236e


#cc236e Border Color

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

This div border color is #cc236e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc236e


Comments

No comments written yet.

Please login to write comment.