Color Hex Logo

#cd185e Color Hex

#CD185E
(205,24,94)
0 Favorites   0 Comments

Color spaces of #cd185e

RGB 2052494
HSL0.940.790.45
HSV337°88°80°
CMYK 0.000.880.54   0.20
XYZ27.523914.440611.9263
Yxy14.44060.51070.2680
Hunter Lab38.000862.78587.9928
CIE-Lab44.858368.47609.2354

#cd185e color RGB value is (205,24,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00011000 01011110
Octal 315 30 136
Decimal 205 24 94
Hex CD 18 5E

RGB Percentages of Color #cd185e

%63.47
%7.43
%29.10

CMYK Percentages of Color #cd185e

%0
%88
%54
%20

Triadic Colors of #cd185e

#cd185e #5ecd18 #185ecd

Analogous Colors of #cd185e

#cd185e #cd2c18 #cd18b9

Monochromatic Colors of #cd185e

#cd185e

Complementary Color

#cd185e #18cd87

#cd185e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd185e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd185e Color CSS Codes

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

#cd185e Text Font Color

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

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


#cd185e Background Color

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

This div background color is #cd185e


#cd185e Border Color

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

This div border color is #cd185e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd185e


Comments

No comments written yet.

Please login to write comment.