Color Hex Logo

#db1899 Color Hex

#DB1899
(219,24,153)
0 Favorites   0 Comments

Color spaces of #db1899

RGB 21924153
HSL0.890.800.48
HSV320°89°86°
CMYK 0.000.890.30   0.14
XYZ35.289818.013231.7539
Yxy18.01320.41490.2118
Hunter Lab42.442074.1464-14.6498
CIE-Lab49.512176.9889-19.6782

#db1899 color RGB value is (219,24,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011000 10011001
Octal 333 30 231
Decimal 219 24 153
Hex DB 18 99

RGB Percentages of Color #db1899

%55.30
%6.06
%38.64

CMYK Percentages of Color #db1899

%0
%89
%30
%14

Triadic Colors of #db1899

#db1899 #99db18 #1899db

Analogous Colors of #db1899

#db1899 #db1838 #bc18db

Monochromatic Colors of #db1899

#db1899

Complementary Color

#db1899 #18db5a

#db1899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1899 Color CSS Codes

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

#db1899 Text Font Color

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

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


#db1899 Background Color

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

This div background color is #db1899


#db1899 Border Color

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

This div border color is #db1899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1899


Comments

No comments written yet.

Please login to write comment.