Color Hex Logo

#db428a Color Hex

#DB428A
(219,66,138)
0 Favorites   0 Comments

Color spaces of #db428a

RGB 21966138
HSL0.920.680.56
HSV332°70°86°
CMYK 0.000.700.37   0.14
XYZ35.749120.791526.1737
Yxy20.79150.43220.2514
Hunter Lab45.597760.1500-2.1149
CIE-Lab52.720564.7118-5.8718

#db428a color RGB value is (219,66,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000010 10001010
Octal 333 102 212
Decimal 219 66 138
Hex DB 42 8A

RGB Percentages of Color #db428a

%51.77
%15.60
%32.62

CMYK Percentages of Color #db428a

%0
%70
%37
%14

Triadic Colors of #db428a

#db428a #8adb42 #428adb

Analogous Colors of #db428a

#db428a #db4742 #db42d7

Monochromatic Colors of #db428a

#db428a

Complementary Color

#db428a #42db93

#db428a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db428a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db428a Color CSS Codes

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

#db428a Text Font Color

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

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


#db428a Background Color

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

This div background color is #db428a


#db428a Border Color

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

This div border color is #db428a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db428a


Comments

No comments written yet.

Please login to write comment.