Color Hex Logo

#cc188b Color Hex

#CC188B
(204,24,139)
0 Favorites   0 Comments

Color spaces of #cc188b

RGB 20424139
HSL0.890.790.45
HSV322°88°80°
CMYK 0.000.880.32   0.20
XYZ29.888715.354725.8145
Yxy15.35470.42060.2161
Hunter Lab39.185167.5783-11.6298
CIE-Lab46.116272.2685-16.6871

#cc188b color RGB value is (204,24,139).

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

The process color (four color CMYK) of #cc188b color hex is 0.00, 0.88, 0.32, 0.20. Web safe color of #cc188b is #cc0099. Color #cc188b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011000 10001011
Octal 314 30 213
Decimal 204 24 139
Hex CC 18 8B

RGB Percentages of Color #cc188b

%55.59
%6.54
%37.87

CMYK Percentages of Color #cc188b

%0
%88
%32
%20

Triadic Colors of #cc188b

#cc188b #8bcc18 #188bcc

Analogous Colors of #cc188b

#cc188b #cc1831 #b318cc

Monochromatic Colors of #cc188b

#cc188b

Complementary Color

#cc188b #18cc59

#cc188b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc188b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc188b Color CSS Codes

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

#cc188b Text Font Color

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

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


#cc188b Background Color

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

This div background color is #cc188b


#cc188b Border Color

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

This div border color is #cc188b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc188b


Comments

No comments written yet.

Please login to write comment.