Color Hex Logo

#cc237b Color Hex

#CC237B
(204,35,123)
1 Favorites   0 Comments

Color spaces of #cc237b

RGB 20435123
HSL0.910.710.47
HSV329°83°80°
CMYK 0.000.830.40   0.20
XYZ29.078015.469520.1922
Yxy15.46950.44920.2389
Hunter Lab39.331363.1370-2.9069
CIE-Lab46.270768.5006-6.6892

#cc237b color RGB value is (204,35,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100011 01111011
Octal 314 43 173
Decimal 204 35 123
Hex CC 23 7B

RGB Percentages of Color #cc237b

%56.35
%9.67
%33.98

CMYK Percentages of Color #cc237b

%0
%83
%40
%20

Triadic Colors of #cc237b

#cc237b #7bcc23 #237bcc

Analogous Colors of #cc237b

#cc237b #cc2327 #c923cc

Monochromatic Colors of #cc237b

#cc237b

Complementary Color

#cc237b #23cc74

#cc237b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc237b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc237b Color CSS Codes

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

#cc237b Text Font Color

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

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


#cc237b Background Color

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

This div background color is #cc237b


#cc237b Border Color

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

This div border color is #cc237b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc237b


Comments

No comments written yet.

Please login to write comment.