Color Hex Logo

#db28ad Color Hex

#DB28AD
(219,40,173)
0 Favorites   0 Comments

Color spaces of #db28ad

RGB 21940173
HSL0.880.710.51
HSV315°82°86°
CMYK 0.000.820.21   0.14
XYZ37.515019.594841.3401
Yxy19.59480.38110.1990
Hunter Lab44.266073.8114-24.3848
CIE-Lab51.376076.3550-28.6563

#db28ad color RGB value is (219,40,173).

#db28ad hex color red value is 219, green value is 40 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #db28ad hue: 0.88 , saturation: 0.71 and the lightness value of db28ad is 0.51.

The process color (four color CMYK) of #db28ad color hex is 0.00, 0.82, 0.21, 0.14. Web safe color of #db28ad is #cc3399. Color #db28ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101000 10101101
Octal 333 50 255
Decimal 219 40 173
Hex DB 28 AD

RGB Percentages of Color #db28ad

%50.69
%9.26
%40.05

CMYK Percentages of Color #db28ad

%0
%82
%21
%14

Triadic Colors of #db28ad

#db28ad #addb28 #28addb

Analogous Colors of #db28ad

#db28ad #db2853 #b028db

Monochromatic Colors of #db28ad

#db28ad

Complementary Color

#db28ad #28db56

#db28ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db28ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db28ad Color CSS Codes

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

#db28ad Text Font Color

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

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


#db28ad Background Color

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

This div background color is #db28ad


#db28ad Border Color

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

This div border color is #db28ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db28ad


Comments

No comments written yet.

Please login to write comment.