Color Hex Logo

#db07ad Color Hex

#DB07AD
(219,7,173)
0 Favorites   0 Comments

Color spaces of #db07ad

RGB 2197173
HSL0.870.940.44
HSV313°97°86°
CMYK 0.000.970.21   0.14
XYZ36.832218.229241.1125
Yxy18.22920.38300.1895
Hunter Lab42.695779.2689-27.2045
CIE-Lab49.772981.0258-31.1539

#db07ad color RGB value is (219,7,173).

#db07ad hex color red value is 219, green value is 7 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #db07ad hue: 0.87 , saturation: 0.94 and the lightness value of db07ad is 0.44.

The process color (four color CMYK) of #db07ad color hex is 0.00, 0.97, 0.21, 0.14. Web safe color of #db07ad is #cc0099. Color #db07ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000111 10101101
Octal 333 7 255
Decimal 219 7 173
Hex DB 7 AD

RGB Percentages of Color #db07ad

%54.89
%1.75
%43.36

CMYK Percentages of Color #db07ad

%0
%97
%21
%14

Triadic Colors of #db07ad

#db07ad #addb07 #07addb

Analogous Colors of #db07ad

#db07ad #db0743 #9f07db

Monochromatic Colors of #db07ad

#db07ad

Complementary Color

#db07ad #07db35

#db07ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db07ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db07ad Color CSS Codes

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

#db07ad Text Font Color

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

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


#db07ad Background Color

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

This div background color is #db07ad


#db07ad Border Color

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

This div border color is #db07ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db07ad


Comments

No comments written yet.

Please login to write comment.