Color Hex Logo

#cc188c Color Hex

#CC188C
(204,24,140)
0 Favorites   0 Comments

Color spaces of #cc188c

RGB 20424140
HSL0.890.790.45
HSV321°88°80°
CMYK 0.000.880.31   0.20
XYZ29.962115.384126.2012
Yxy15.38410.41880.2150
Hunter Lab39.222667.7166-12.1507
CIE-Lab46.155972.3759-17.2338

#cc188c color RGB value is (204,24,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011000 10001100
Octal 314 30 214
Decimal 204 24 140
Hex CC 18 8C

RGB Percentages of Color #cc188c

%55.43
%6.52
%38.04

CMYK Percentages of Color #cc188c

%0
%88
%31
%20

Triadic Colors of #cc188c

#cc188c #8ccc18 #188ccc

Analogous Colors of #cc188c

#cc188c #cc1832 #b218cc

Monochromatic Colors of #cc188c

#cc188c

Complementary Color

#cc188c #18cc58

#cc188c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc188c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc188c Color CSS Codes

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

#cc188c Text Font Color

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

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


#cc188c Background Color

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

This div background color is #cc188c


#cc188c Border Color

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

This div border color is #cc188c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc188c


Comments

No comments written yet.

Please login to write comment.