Color Hex Logo

#cc379b Color Hex

#CC379B
(204,55,155)
0 Favorites   0 Comments

Color spaces of #cc379b

RGB 20455155
HSL0.890.590.51
HSV320°73°80°
CMYK 0.000.730.24   0.20
XYZ32.184417.936332.7761
Yxy17.93630.38820.2164
Hunter Lab42.351361.5345-16.2393
CIE-Lab49.418866.5249-21.2474

#cc379b color RGB value is (204,55,155).

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

The process color (four color CMYK) of #cc379b color hex is 0.00, 0.73, 0.24, 0.20. Web safe color of #cc379b is #cc3399. Color #cc379b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110111 10011011
Octal 314 67 233
Decimal 204 55 155
Hex CC 37 9B

RGB Percentages of Color #cc379b

%49.28
%13.29
%37.44

CMYK Percentages of Color #cc379b

%0
%73
%24
%20

Triadic Colors of #cc379b

#cc379b #9bcc37 #379bcc

Analogous Colors of #cc379b

#cc379b #cc3750 #b337cc

Monochromatic Colors of #cc379b

#cc379b

Complementary Color

#cc379b #37cc68

#cc379b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc379b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc379b Color CSS Codes

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

#cc379b Text Font Color

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

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


#cc379b Background Color

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

This div background color is #cc379b


#cc379b Border Color

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

This div border color is #cc379b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc379b


Comments

No comments written yet.

Please login to write comment.