Color Hex Logo

#db82ae Color Hex

#DB82AE
(219,130,174)
0 Favorites   0 Comments

Color spaces of #db82ae

RGB 219130174
HSL0.920.550.68
HSV330°41°86°
CMYK 0.000.410.21   0.14
XYZ44.836034.081344.2596
Yxy34.08130.36400.2767
Hunter Lab58.379234.9268-4.0847
CIE-Lab65.027139.9694-8.4519

#db82ae color RGB value is (219,130,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000010 10101110
Octal 333 202 256
Decimal 219 130 174
Hex DB 82 AE

RGB Percentages of Color #db82ae

%41.87
%24.86
%33.27

CMYK Percentages of Color #db82ae

%0
%41
%21
%14

Triadic Colors of #db82ae

#db82ae #aedb82 #82aedb

Analogous Colors of #db82ae

#db82ae #db8382 #db82db

Monochromatic Colors of #db82ae

#db82ae

Complementary Color

#db82ae #82dbaf

#db82ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db82ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#db82ae Color CSS Codes

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

#db82ae Text Font Color

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

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


#db82ae Background Color

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

This div background color is #db82ae


#db82ae Border Color

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

This div border color is #db82ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db82ae


Comments

No comments written yet.

Please login to write comment.