Color Hex Logo

#cc137b Color Hex

#CC137B
(204,19,123)
0 Favorites   0 Comments

Color spaces of #cc137b

RGB 20419123
HSL0.910.830.44
HSV326°91°80°
CMYK 0.000.910.40   0.20
XYZ28.709914.733220.0695
Yxy14.73320.45200.2320
Hunter Lab38.383966.3406-4.1319
CIE-Lab45.266671.4008-8.1889

#cc137b color RGB value is (204,19,123).

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

The process color (four color CMYK) of #cc137b color hex is 0.00, 0.91, 0.40, 0.20. Web safe color of #cc137b is #cc0066. Color #cc137b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010011 01111011
Octal 314 23 173
Decimal 204 19 123
Hex CC 13 7B

RGB Percentages of Color #cc137b

%58.96
%5.49
%35.55

CMYK Percentages of Color #cc137b

%0
%91
%40
%20

Triadic Colors of #cc137b

#cc137b #7bcc13 #137bcc

Analogous Colors of #cc137b

#cc137b #cc131e #c113cc

Monochromatic Colors of #cc137b

#cc137b

Complementary Color

#cc137b #13cc64

#cc137b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc137b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc137b Color CSS Codes

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

#cc137b Text Font Color

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

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


#cc137b Background Color

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

This div background color is #cc137b


#cc137b Border Color

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

This div border color is #cc137b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc137b


Comments

No comments written yet.

Please login to write comment.