color codes Logo

#cc178b color codes

#CC178B
(204,23,139)
0 Favorites   0 Comments

Color spaces of #cc178b

RGB 20423139
HSL0.890.800.45
HSV322°89°80°
CMYK 0.000.890.32   0.20
XYZ29.868415.314225.8078
Yxy15.31420.42070.2157
Hunter Lab39.133467.7561-11.7074
CIE-Lab46.061672.4272-16.7706

#cc178b color RGB value is (204,23,139).

#cc178b hex color red value is 204, green value is 23 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cc178b hue: 0.89 , saturation: 0.80 and the lightness value of cc178b is 0.45.

The process color (four color CMYK) of #cc178b color code is 0.00, 0.89, 0.32, 0.20. Web safe color of #cc178b is #cc0099. Color #cc178b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010111 10001011
Octal 314 27 213
Decimal 204 23 139
Hex CC 17 8B

RGB Percentages of Color #cc178b

%55.74
%6.28
%37.98

CMYK Percentages of Color #cc178b

%0
%89
%32
%20

Triadic Colors of #cc178b

#cc178b #8bcc17 #178bcc

Analogous Colors of #cc178b

#cc178b #cc1730 #b317cc

Monochromatic Colors of #cc178b

#cc178b

Complementary Color

#cc178b #17cc58

#cc178b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc178b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc178b Color CSS Codes

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

#cc178b Text Font Color

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

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


#cc178b Background Color

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

This div background color is #cc178b


#cc178b Border Color

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

This div border color is #cc178b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc178b


Comments

No comments written yet.

Please login to write comment.