Color Hex Logo

#db9eae Color Hex

#DB9EAE
(219,158,174)
0 Favorites   0 Comments

Color spaces of #db9eae

RGB 219158174
HSL0.960.460.74
HSV344°28°86°
CMYK 0.000.280.21   0.14
XYZ49.080342.569845.6744
Yxy42.56980.35740.3100
Hunter Lab65.245520.09514.1666
CIE-Lab71.262025.00790.7360

#db9eae color RGB value is (219,158,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011110 10101110
Octal 333 236 256
Decimal 219 158 174
Hex DB 9E AE

RGB Percentages of Color #db9eae

%39.75
%28.68
%31.58

CMYK Percentages of Color #db9eae

%0
%28
%21
%14

Triadic Colors of #db9eae

#db9eae #aedb9e #9eaedb

Analogous Colors of #db9eae

#db9eae #dbad9e #db9ecd

Monochromatic Colors of #db9eae

#db9eae

Complementary Color

#db9eae #9edbcb

#db9eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9eae Color CSS Codes

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

#db9eae Text Font Color

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

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


#db9eae Background Color

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

This div background color is #db9eae


#db9eae Border Color

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

This div border color is #db9eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9eae


Comments

No comments written yet.

Please login to write comment.