Color Hex Logo

#db7eab Color Hex

#DB7EAB
(219,126,171)
0 Favorites   0 Comments

Color spaces of #db7eab

RGB 219126171
HSL0.920.560.68
HSV331°42°86°
CMYK 0.000.420.22   0.14
XYZ44.025032.922142.5623
Yxy32.92210.36840.2755
Hunter Lab57.377836.5489-3.8163
CIE-Lab64.097841.6137-8.1355

#db7eab color RGB value is (219,126,171).

#db7eab hex color red value is 219, green value is 126 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #db7eab hue: 0.92 , saturation: 0.56 and the lightness value of db7eab is 0.68.

The process color (four color CMYK) of #db7eab color hex is 0.00, 0.42, 0.22, 0.14. Web safe color of #db7eab is #cc6699. Color #db7eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111110 10101011
Octal 333 176 253
Decimal 219 126 171
Hex DB 7E AB

RGB Percentages of Color #db7eab

%42.44
%24.42
%33.14

CMYK Percentages of Color #db7eab

%0
%42
%22
%14

Triadic Colors of #db7eab

#db7eab #abdb7e #7eabdb

Analogous Colors of #db7eab

#db7eab #db807e #db7eda

Monochromatic Colors of #db7eab

#db7eab

Complementary Color

#db7eab #7edbae

#db7eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7eab Color CSS Codes

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

#db7eab Text Font Color

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

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


#db7eab Background Color

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

This div background color is #db7eab


#db7eab Border Color

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

This div border color is #db7eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7eab


Comments

No comments written yet.

Please login to write comment.