Color Hex Logo

#cc237f Color Hex

#CC237F
(204,35,127)
0 Favorites   0 Comments

Color spaces of #cc237f

RGB 20435127
HSL0.910.710.47
HSV327°83°80°
CMYK 0.000.830.38   0.20
XYZ29.333615.571721.5383
Yxy15.57170.44150.2344
Hunter Lab39.461063.6325-4.7385
CIE-Lab46.407568.8951-8.9334

#cc237f color RGB value is (204,35,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100011 01111111
Octal 314 43 177
Decimal 204 35 127
Hex CC 23 7F

RGB Percentages of Color #cc237f

%55.74
%9.56
%34.70

CMYK Percentages of Color #cc237f

%0
%83
%38
%20

Triadic Colors of #cc237f

#cc237f #7fcc23 #237fcc

Analogous Colors of #cc237f

#cc237f #cc232b #c523cc

Monochromatic Colors of #cc237f

#cc237f

Complementary Color

#cc237f #23cc70

#cc237f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc237f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc237f Color CSS Codes

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

#cc237f Text Font Color

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

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


#cc237f Background Color

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

This div background color is #cc237f


#cc237f Border Color

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

This div border color is #cc237f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc237f


Comments

No comments written yet.

Please login to write comment.