Color Hex Logo

#dc189b Color Hex

#DC189B
(220,24,155)
0 Favorites   0 Comments

Color spaces of #dc189b

RGB 22024155
HSL0.890.800.48
HSV320°89°86°
CMYK 0.000.890.30   0.14
XYZ35.758218.235532.6455
Yxy18.23550.41270.2105
Hunter Lab42.703074.7400-15.4337
CIE-Lab49.780577.4150-20.4454

#dc189b color RGB value is (220,24,155).

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

The process color (four color CMYK) of #dc189b color hex is 0.00, 0.89, 0.30, 0.14. Web safe color of #dc189b is #cc0099. Color #dc189b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011000 10011011
Octal 334 30 233
Decimal 220 24 155
Hex DC 18 9B

RGB Percentages of Color #dc189b

%55.14
%6.02
%38.85

CMYK Percentages of Color #dc189b

%0
%89
%30
%14

Triadic Colors of #dc189b

#dc189b #9bdc18 #189bdc

Analogous Colors of #dc189b

#dc189b #dc1839 #bb18dc

Monochromatic Colors of #dc189b

#dc189b

Complementary Color

#dc189b #18dc59

#dc189b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc189b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc189b Color CSS Codes

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

#dc189b Text Font Color

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

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


#dc189b Background Color

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

This div background color is #dc189b


#dc189b Border Color

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

This div border color is #dc189b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc189b


Comments

No comments written yet.

Please login to write comment.