Color Hex Logo

#cc376b Color Hex

#CC376B
(204,55,107)
0 Favorites   0 Comments

Color spaces of #cc376b

RGB 20455107
HSL0.940.590.51
HSV339°73°80°
CMYK 0.000.730.48   0.20
XYZ28.921916.631315.5957
Yxy16.63130.47300.2720
Hunter Lab40.781555.22315.8733
CIE-Lab47.792161.33885.3430

#cc376b color RGB value is (204,55,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110111 01101011
Octal 314 67 153
Decimal 204 55 107
Hex CC 37 6B

RGB Percentages of Color #cc376b

%55.74
%15.03
%29.23

CMYK Percentages of Color #cc376b

%0
%73
%48
%20

Triadic Colors of #cc376b

#cc376b #6bcc37 #376bcc

Analogous Colors of #cc376b

#cc376b #cc4e37 #cc37b6

Monochromatic Colors of #cc376b

#cc376b

Complementary Color

#cc376b #37cc98

#cc376b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc376b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc376b Color CSS Codes

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

#cc376b Text Font Color

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

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


#cc376b Background Color

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

This div background color is #cc376b


#cc376b Border Color

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

This div border color is #cc376b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc376b


Comments

No comments written yet.

Please login to write comment.