Color Hex Logo

#dc189a Color Hex

#DC189A
(220,24,154)
0 Favorites   0 Comments

Color spaces of #dc189a

RGB 22024154
HSL0.890.800.48
HSV320°89°86°
CMYK 0.000.890.30   0.14
XYZ35.674618.202032.2049
Yxy18.20200.41440.2115
Hunter Lab42.663874.5964-14.8906
CIE-Lab49.740277.3072-19.9100

#dc189a color RGB value is (220,24,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011000 10011010
Octal 334 30 232
Decimal 220 24 154
Hex DC 18 9A

RGB Percentages of Color #dc189a

%55.28
%6.03
%38.69

CMYK Percentages of Color #dc189a

%0
%89
%30
%14

Triadic Colors of #dc189a

#dc189a #9adc18 #189adc

Analogous Colors of #dc189a

#dc189a #dc1838 #bc18dc

Monochromatic Colors of #dc189a

#dc189a

Complementary Color

#dc189a #18dc5a

#dc189a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc189a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc189a Color CSS Codes

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

#dc189a Text Font Color

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

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


#dc189a Background Color

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

This div background color is #dc189a


#dc189a Border Color

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

This div border color is #dc189a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc189a


Comments

No comments written yet.

Please login to write comment.