Color Hex Logo

#db1499 Color Hex

#DB1499
(219,20,153)
0 Favorites   0 Comments

Color spaces of #db1499

RGB 21920153
HSL0.890.830.47
HSV320°91°86°
CMYK 0.000.910.30   0.14
XYZ35.213317.860331.7284
Yxy17.86030.41520.2106
Hunter Lab42.261474.7731-14.9298
CIE-Lab49.326277.5303-19.9632

#db1499 color RGB value is (219,20,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010100 10011001
Octal 333 24 231
Decimal 219 20 153
Hex DB 14 99

RGB Percentages of Color #db1499

%55.87
%5.10
%39.03

CMYK Percentages of Color #db1499

%0
%91
%30
%14

Triadic Colors of #db1499

#db1499 #99db14 #1499db

Analogous Colors of #db1499

#db1499 #db1435 #ba14db

Monochromatic Colors of #db1499

#db1499

Complementary Color

#db1499 #14db56

#db1499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1499 Color CSS Codes

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

#db1499 Text Font Color

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

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


#db1499 Background Color

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

This div background color is #db1499


#db1499 Border Color

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

This div border color is #db1499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1499


Comments

No comments written yet.

Please login to write comment.