Color Hex Logo

#db417a Color Hex

#DB417A
(219,65,122)
0 Favorites   0 Comments

Color spaces of #db417a

RGB 21965122
HSL0.940.680.56
HSV338°70°86°
CMYK 0.000.700.44   0.14
XYZ34.616620.245820.4957
Yxy20.24580.45940.2687
Hunter Lab44.995358.58494.4897
CIE-Lab52.114063.47412.8169

#db417a color RGB value is (219,65,122).

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

The process color (four color CMYK) of #db417a color hex is 0.00, 0.70, 0.44, 0.14. Web safe color of #db417a is #cc3366. Color #db417a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000001 01111010
Octal 333 101 172
Decimal 219 65 122
Hex DB 41 7A

RGB Percentages of Color #db417a

%53.94
%16.01
%30.05

CMYK Percentages of Color #db417a

%0
%70
%44
%14

Triadic Colors of #db417a

#db417a #7adb41 #417adb

Analogous Colors of #db417a

#db417a #db5541 #db41c7

Monochromatic Colors of #db417a

#db417a

Complementary Color

#db417a #41dba2

#db417a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db417a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db417a Color CSS Codes

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

#db417a Text Font Color

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

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


#db417a Background Color

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

This div background color is #db417a


#db417a Border Color

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

This div border color is #db417a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db417a


Comments

No comments written yet.

Please login to write comment.