Color Hex Logo

#db9eab Color Hex

#DB9EAB
(219,158,171)
0 Favorites   0 Comments

Color spaces of #db9eab

RGB 219158171
HSL0.960.460.74
HSV347°28°86°
CMYK 0.000.280.22   0.14
XYZ48.791042.454144.1510
Yxy42.45410.36040.3136
Hunter Lab65.156819.64075.4342
CIE-Lab71.182924.55922.2829

#db9eab color RGB value is (219,158,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011110 10101011
Octal 333 236 253
Decimal 219 158 171
Hex DB 9E AB

RGB Percentages of Color #db9eab

%39.96
%28.83
%31.20

CMYK Percentages of Color #db9eab

%0
%28
%22
%14

Triadic Colors of #db9eab

#db9eab #abdb9e #9eabdb

Analogous Colors of #db9eab

#db9eab #dbb09e #db9eca

Monochromatic Colors of #db9eab

#db9eab

Complementary Color

#db9eab #9edbce

#db9eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9eab Color CSS Codes

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

#db9eab Text Font Color

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

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


#db9eab Background Color

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

This div background color is #db9eab


#db9eab Border Color

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

This div border color is #db9eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9eab


Comments

No comments written yet.

Please login to write comment.