Color Hex Logo

#cc377b Color Hex

#CC377B
(204,55,123)
0 Favorites   0 Comments

Color spaces of #cc377b

RGB 20455123
HSL0.920.590.51
HSV333°73°80°
CMYK 0.000.730.40   0.20
XYZ29.843216.999820.4473
Yxy16.99980.44350.2526
Hunter Lab41.230857.0458-0.5417
CIE-Lab48.259862.8565-3.7380

#cc377b color RGB value is (204,55,123).

#cc377b hex color red value is 204, green value is 55 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cc377b hue: 0.92 , saturation: 0.59 and the lightness value of cc377b is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110111 01111011
Octal 314 67 173
Decimal 204 55 123
Hex CC 37 7B

RGB Percentages of Color #cc377b

%53.40
%14.40
%32.20

CMYK Percentages of Color #cc377b

%0
%73
%40
%20

Triadic Colors of #cc377b

#cc377b #7bcc37 #377bcc

Analogous Colors of #cc377b

#cc377b #cc3e37 #cc37c6

Monochromatic Colors of #cc377b

#cc377b

Complementary Color

#cc377b #37cc88

#cc377b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc377b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc377b Color CSS Codes

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

#cc377b Text Font Color

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

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


#cc377b Background Color

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

This div background color is #cc377b


#cc377b Border Color

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

This div border color is #cc377b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc377b


Comments

No comments written yet.

Please login to write comment.