Color Hex Logo

#cc186c Color Hex

#CC186C
(204,24,108)
0 Favorites   0 Comments

Color spaces of #cc186c

RGB 20424108
HSL0.920.790.45
HSV332°88°80°
CMYK 0.000.880.47   0.20
XYZ27.935214.573315.5279
Yxy14.57330.48130.2511
Hunter Lab38.175063.81422.6059
CIE-Lab45.044169.31450.7570

#cc186c color RGB value is (204,24,108).

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

The process color (four color CMYK) of #cc186c color hex is 0.00, 0.88, 0.47, 0.20. Web safe color of #cc186c is #cc0066. Color #cc186c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011000 01101100
Octal 314 30 154
Decimal 204 24 108
Hex CC 18 6C

RGB Percentages of Color #cc186c

%60.71
%7.14
%32.14

CMYK Percentages of Color #cc186c

%0
%88
%47
%20

Triadic Colors of #cc186c

#cc186c #6ccc18 #186ccc

Analogous Colors of #cc186c

#cc186c #cc1e18 #cc18c6

Monochromatic Colors of #cc186c

#cc186c

Complementary Color

#cc186c #18cc78

#cc186c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc186c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc186c Color CSS Codes

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

#cc186c Text Font Color

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

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


#cc186c Background Color

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

This div background color is #cc186c


#cc186c Border Color

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

This div border color is #cc186c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc186c


Comments

No comments written yet.

Please login to write comment.