Color Hex Logo

#cc186b Color Hex

#CC186B
(204,24,107)
0 Favorites   0 Comments

Color spaces of #cc186b

RGB 20424107
HSL0.920.790.45
HSV332°88°80°
CMYK 0.000.880.48   0.20
XYZ27.882314.552215.2492
Yxy14.55220.48340.2523
Hunter Lab38.147363.70973.0023
CIE-Lab45.014769.23161.3351

#cc186b color RGB value is (204,24,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011000 01101011
Octal 314 30 153
Decimal 204 24 107
Hex CC 18 6B

RGB Percentages of Color #cc186b

%60.90
%7.16
%31.94

CMYK Percentages of Color #cc186b

%0
%88
%48
%20

Triadic Colors of #cc186b

#cc186b #6bcc18 #186bcc

Analogous Colors of #cc186b

#cc186b #cc1f18 #cc18c5

Monochromatic Colors of #cc186b

#cc186b

Complementary Color

#cc186b #18cc79

#cc186b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc186b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc186b Color CSS Codes

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

#cc186b Text Font Color

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

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


#cc186b Background Color

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

This div background color is #cc186b


#cc186b Border Color

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

This div border color is #cc186b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc186b


Comments

No comments written yet.

Please login to write comment.