Color Hex Logo

#db189a Color Hex

#DB189A
(219,24,154)
0 Favorites   0 Comments

Color spaces of #db189a

RGB 21924154
HSL0.890.800.48
HSV320°89°86°
CMYK 0.000.890.30   0.14
XYZ35.372818.046432.1908
Yxy18.04640.41320.2108
Hunter Lab42.481174.2902-15.1913
CIE-Lab49.552377.0971-20.2144

#db189a color RGB value is (219,24,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011000 10011010
Octal 333 30 232
Decimal 219 24 154
Hex DB 18 9A

RGB Percentages of Color #db189a

%55.16
%6.05
%38.79

CMYK Percentages of Color #db189a

%0
%89
%30
%14

Triadic Colors of #db189a

#db189a #9adb18 #189adb

Analogous Colors of #db189a

#db189a #db1839 #bb18db

Monochromatic Colors of #db189a

#db189a

Complementary Color

#db189a #18db59

#db189a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db189a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db189a Color CSS Codes

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

#db189a Text Font Color

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

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


#db189a Background Color

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

This div background color is #db189a


#db189a Border Color

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

This div border color is #db189a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db189a


Comments

No comments written yet.

Please login to write comment.