Color Hex Logo

#cc236f Color Hex

#CC236F
(204,35,111)
0 Favorites   0 Comments

Color spaces of #cc236f

RGB 20435111
HSL0.930.710.47
HSV333°83°80°
CMYK 0.000.830.46   0.20
XYZ28.372115.187116.4750
Yxy15.18710.47260.2530
Hunter Lab38.970661.75622.2143
CIE-Lab45.889467.39530.1317

#cc236f color RGB value is (204,35,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100011 01101111
Octal 314 43 157
Decimal 204 35 111
Hex CC 23 6F

RGB Percentages of Color #cc236f

%58.29
%10.00
%31.71

CMYK Percentages of Color #cc236f

%0
%83
%46
%20

Triadic Colors of #cc236f

#cc236f #6fcc23 #236fcc

Analogous Colors of #cc236f

#cc236f #cc2c23 #cc23c4

Monochromatic Colors of #cc236f

#cc236f

Complementary Color

#cc236f #23cc80

#cc236f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc236f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc236f Color CSS Codes

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

#cc236f Text Font Color

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

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


#cc236f Background Color

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

This div background color is #cc236f


#cc236f Border Color

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

This div border color is #cc236f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc236f


Comments

No comments written yet.

Please login to write comment.