Color Hex Logo

#db7aae Color Hex

#DB7AAE
(219,122,174)
0 Favorites   0 Comments

Color spaces of #db7aae

RGB 219122174
HSL0.910.570.67
HSV328°44°86°
CMYK 0.000.440.21   0.14
XYZ43.812932.035143.9186
Yxy32.03510.36580.2675
Hunter Lab56.599639.1250-6.3866
CIE-Lab63.371944.1204-10.9241

#db7aae color RGB value is (219,122,174).

#db7aae hex color red value is 219, green value is 122 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #db7aae hue: 0.91 , saturation: 0.57 and the lightness value of db7aae is 0.67.

The process color (four color CMYK) of #db7aae color hex is 0.00, 0.44, 0.21, 0.14. Web safe color of #db7aae is #cc6699. Color #db7aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111010 10101110
Octal 333 172 256
Decimal 219 122 174
Hex DB 7A AE

RGB Percentages of Color #db7aae

%42.52
%23.69
%33.79

CMYK Percentages of Color #db7aae

%0
%44
%21
%14

Triadic Colors of #db7aae

#db7aae #aedb7a #7aaedb

Analogous Colors of #db7aae

#db7aae #db7a7e #d87adb

Monochromatic Colors of #db7aae

#db7aae

Complementary Color

#db7aae #7adba7

#db7aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7aae Color CSS Codes

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

#db7aae Text Font Color

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

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


#db7aae Background Color

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

This div background color is #db7aae


#db7aae Border Color

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

This div border color is #db7aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7aae


Comments

No comments written yet.

Please login to write comment.