Color Hex Logo

#cc186d Color Hex

#CC186D
(204,24,109)
0 Favorites   0 Comments

Color spaces of #cc186d

RGB 20424109
HSL0.920.790.45
HSV332°88°80°
CMYK 0.000.880.47   0.20
XYZ27.988814.594815.8099
Yxy14.59480.47930.2499
Hunter Lab38.203163.91912.2058
CIE-Lab45.074169.39770.1800

#cc186d color RGB value is (204,24,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011000 01101101
Octal 314 30 155
Decimal 204 24 109
Hex CC 18 6D

RGB Percentages of Color #cc186d

%60.53
%7.12
%32.34

CMYK Percentages of Color #cc186d

%0
%88
%47
%20

Triadic Colors of #cc186d

#cc186d #6dcc18 #186dcc

Analogous Colors of #cc186d

#cc186d #cc1d18 #cc18c7

Monochromatic Colors of #cc186d

#cc186d

Complementary Color

#cc186d #18cc77

#cc186d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc186d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc186d Color CSS Codes

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

#cc186d Text Font Color

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

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


#cc186d Background Color

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

This div background color is #cc186d


#cc186d Border Color

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

This div border color is #cc186d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc186d


Comments

No comments written yet.

Please login to write comment.