Color Hex Logo

#cd185b Color Hex

#CD185B
(205,24,91)
0 Favorites   0 Comments

Color spaces of #cd185b

RGB 2052491
HSL0.940.790.45
HSV338°88°80°
CMYK 0.000.880.56   0.20
XYZ27.391814.387711.2309
Yxy14.38770.51670.2714
Hunter Lab37.931162.52368.9968
CIE-Lab44.783968.266611.0044

#cd185b color RGB value is (205,24,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00011000 01011011
Octal 315 30 133
Decimal 205 24 91
Hex CD 18 5B

RGB Percentages of Color #cd185b

%64.06
%7.50
%28.44

CMYK Percentages of Color #cd185b

%0
%88
%56
%20

Triadic Colors of #cd185b

#cd185b #5bcd18 #185bcd

Analogous Colors of #cd185b

#cd185b #cd3018 #cd18b6

Monochromatic Colors of #cd185b

#cd185b

Complementary Color

#cd185b #18cd8a

#cd185b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd185b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd185b Color CSS Codes

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

#cd185b Text Font Color

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

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


#cd185b Background Color

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

This div background color is #cd185b


#cd185b Border Color

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

This div border color is #cd185b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd185b


Comments

No comments written yet.

Please login to write comment.