Color Hex Logo

#dc185b Color Hex

#DC185B
(220,24,91)
0 Favorites   0 Comments

Color spaces of #dc185b

RGB 2202491
HSL0.940.800.48
HSV339°89°86°
CMYK 0.000.890.59   0.14
XYZ31.730216.624211.4340
Yxy16.62420.53070.2781
Hunter Lab40.772867.559911.9141
CIE-Lab47.783071.928415.6133

#dc185b color RGB value is (220,24,91).

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

The process color (four color CMYK) of #dc185b color hex is 0.00, 0.89, 0.59, 0.14. Web safe color of #dc185b is #cc0066. Color #dc185b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011000 01011011
Octal 334 30 133
Decimal 220 24 91
Hex DC 18 5B

RGB Percentages of Color #dc185b

%65.67
%7.16
%27.16

CMYK Percentages of Color #dc185b

%0
%89
%59
%14

Triadic Colors of #dc185b

#dc185b #5bdc18 #185bdc

Analogous Colors of #dc185b

#dc185b #dc3718 #dc18bd

Monochromatic Colors of #dc185b

#dc185b

Complementary Color

#dc185b #18dc99

#dc185b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc185b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc185b Color CSS Codes

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

#dc185b Text Font Color

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

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


#dc185b Background Color

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

This div background color is #dc185b


#dc185b Border Color

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

This div border color is #dc185b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,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 #dc185b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc185b


Comments

No comments written yet.

Please login to write comment.