Color Hex Logo

#cc185c Color Hex

#CC185C
(204,24,92)
0 Favorites   0 Comments

Color spaces of #cc185c

RGB 2042492
HSL0.940.790.45
HSV337°88°80°
CMYK 0.000.880.55   0.20
XYZ27.160214.263311.4468
Yxy14.26330.51370.2698
Hunter Lab37.766862.27748.4664
CIE-Lab44.608268.090510.1043

#cc185c color RGB value is (204,24,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011000 01011100
Octal 314 30 134
Decimal 204 24 92
Hex CC 18 5C

RGB Percentages of Color #cc185c

%63.75
%7.50
%28.75

CMYK Percentages of Color #cc185c

%0
%88
%55
%20

Triadic Colors of #cc185c

#cc185c #5ccc18 #185ccc

Analogous Colors of #cc185c

#cc185c #cc2e18 #cc18b6

Monochromatic Colors of #cc185c

#cc185c

Complementary Color

#cc185c #18cc88

#cc185c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc185c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc185c Color CSS Codes

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

#cc185c Text Font Color

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

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


#cc185c Background Color

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

This div background color is #cc185c


#cc185c Border Color

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

This div border color is #cc185c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc185c


Comments

No comments written yet.

Please login to write comment.