Color Hex Logo

#db419d Color Hex

#DB419D
(219,65,157)
0 Favorites   0 Comments

Color spaces of #db419d

RGB 21965157
HSL0.900.680.56
HSV324°70°86°
CMYK 0.000.700.28   0.14
XYZ37.189521.275034.0447
Yxy21.27500.40200.2300
Hunter Lab46.124863.2024-11.4745
CIE-Lab53.249267.2170-16.3507

#db419d color RGB value is (219,65,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000001 10011101
Octal 333 101 235
Decimal 219 65 157
Hex DB 41 9D

RGB Percentages of Color #db419d

%49.66
%14.74
%35.60

CMYK Percentages of Color #db419d

%0
%70
%28
%14

Triadic Colors of #db419d

#db419d #9ddb41 #419ddb

Analogous Colors of #db419d

#db419d #db4150 #cc41db

Monochromatic Colors of #db419d

#db419d

Complementary Color

#db419d #41db7f

#db419d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db419d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db419d Color CSS Codes

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

#db419d Text Font Color

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

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


#db419d Background Color

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

This div background color is #db419d


#db419d Border Color

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

This div border color is #db419d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db419d


Comments

No comments written yet.

Please login to write comment.