Color Hex Logo

#db408a Color Hex

#DB408A
(219,64,138)
0 Favorites   0 Comments

Color spaces of #db408a

RGB 21964138
HSL0.920.680.55
HSV331°71°86°
CMYK 0.000.710.37   0.14
XYZ35.634320.561826.1355
Yxy20.56180.43280.2497
Hunter Lab45.345160.9196-2.4313
CIE-Lab52.466565.4199-6.2492

#db408a color RGB value is (219,64,138).

#db408a hex color red value is 219, green value is 64 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #db408a hue: 0.92 , saturation: 0.68 and the lightness value of db408a is 0.55.

The process color (four color CMYK) of #db408a color hex is 0.00, 0.71, 0.37, 0.14. Web safe color of #db408a is #cc3399. Color #db408a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000000 10001010
Octal 333 100 212
Decimal 219 64 138
Hex DB 40 8A

RGB Percentages of Color #db408a

%52.02
%15.20
%32.78

CMYK Percentages of Color #db408a

%0
%71
%37
%14

Triadic Colors of #db408a

#db408a #8adb40 #408adb

Analogous Colors of #db408a

#db408a #db4440 #db40d8

Monochromatic Colors of #db408a

#db408a

Complementary Color

#db408a #40db91

#db408a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db408a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db408a Color CSS Codes

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

#db408a Text Font Color

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

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


#db408a Background Color

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

This div background color is #db408a


#db408a Border Color

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

This div border color is #db408a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db408a


Comments

No comments written yet.

Please login to write comment.