Color Hex Logo

#db419e Color Hex

#DB419E
(219,65,158)
0 Favorites   0 Comments

Color spaces of #db419e

RGB 21965158
HSL0.900.680.56
HSV324°70°86°
CMYK 0.000.700.28   0.14
XYZ37.275321.309334.4962
Yxy21.30930.40050.2289
Hunter Lab46.162063.3533-11.9932
CIE-Lab53.286467.3377-16.8840

#db419e color RGB value is (219,65,158).

#db419e hex color red value is 219, green value is 65 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #db419e hue: 0.90 , saturation: 0.68 and the lightness value of db419e is 0.56.

The process color (four color CMYK) of #db419e color hex is 0.00, 0.70, 0.28, 0.14. Web safe color of #db419e is #cc3399. Color #db419e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000001 10011110
Octal 333 101 236
Decimal 219 65 158
Hex DB 41 9E

RGB Percentages of Color #db419e

%49.55
%14.71
%35.75

CMYK Percentages of Color #db419e

%0
%70
%28
%14

Triadic Colors of #db419e

#db419e #9edb41 #419edb

Analogous Colors of #db419e

#db419e #db4151 #cb41db

Monochromatic Colors of #db419e

#db419e

Complementary Color

#db419e #41db7e

#db419e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db419e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db419e Color CSS Codes

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

#db419e Text Font Color

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

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


#db419e Background Color

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

This div background color is #db419e


#db419e Border Color

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

This div border color is #db419e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db419e


Comments

No comments written yet.

Please login to write comment.