Color Hex Logo

#db9ead Color Hex

#DB9EAD
(219,158,173)
0 Favorites   0 Comments

Color spaces of #db9ead

RGB 219158173
HSL0.960.460.74
HSV345°28°86°
CMYK 0.000.280.21   0.14
XYZ48.983142.530945.1628
Yxy42.53090.35840.3112
Hunter Lab65.215719.94274.5918
CIE-Lab71.235424.85751.2512

#db9ead color RGB value is (219,158,173).

#db9ead hex color red value is 219, green value is 158 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #db9ead hue: 0.96 , saturation: 0.46 and the lightness value of db9ead is 0.74.

The process color (four color CMYK) of #db9ead color hex is 0.00, 0.28, 0.21, 0.14. Web safe color of #db9ead is #cc9999. Color #db9ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011110 10101101
Octal 333 236 255
Decimal 219 158 173
Hex DB 9E AD

RGB Percentages of Color #db9ead

%39.82
%28.73
%31.45

CMYK Percentages of Color #db9ead

%0
%28
%21
%14

Triadic Colors of #db9ead

#db9ead #addb9e #9eaddb

Analogous Colors of #db9ead

#db9ead #dbae9e #db9ecc

Monochromatic Colors of #db9ead

#db9ead

Complementary Color

#db9ead #9edbcc

#db9ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9ead Color CSS Codes

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

#db9ead Text Font Color

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

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


#db9ead Background Color

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

This div background color is #db9ead


#db9ead Border Color

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

This div border color is #db9ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9ead


Comments

No comments written yet.

Please login to write comment.