color codes Logo

#db8dae color codes

#DB8DAE
(219,141,174)
0 Favorites   0 Comments

Color spaces of #db8dae

RGB 219141174
HSL0.930.520.71
HSV335°36°86°
CMYK 0.000.360.21   0.14
XYZ46.378337.165844.7737
Yxy37.16580.36140.2896
Hunter Lab60.963829.1076-0.8698
CIE-Lab67.401234.1485-4.9299

#db8dae color RGB value is (219,141,174).

#db8dae hex color red value is 219, green value is 141 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #db8dae hue: 0.93 , saturation: 0.52 and the lightness value of db8dae is 0.71.

The process color (four color CMYK) of #db8dae color code is 0.00, 0.36, 0.21, 0.14. Web safe color of #db8dae is #cc9999. Color #db8dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001101 10101110
Octal 333 215 256
Decimal 219 141 174
Hex DB 8D AE

RGB Percentages of Color #db8dae

%41.01
%26.40
%32.58

CMYK Percentages of Color #db8dae

%0
%36
%21
%14

Triadic Colors of #db8dae

#db8dae #aedb8d #8daedb

Analogous Colors of #db8dae

#db8dae #db938d #db8dd5

Monochromatic Colors of #db8dae

#db8dae

Complementary Color

#db8dae #8ddbba

#db8dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8dae Color CSS Codes

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

#db8dae Text Font Color

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

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


#db8dae Background Color

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

This div background color is #db8dae


#db8dae Border Color

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

This div border color is #db8dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8dae


Comments

No comments written yet.

Please login to write comment.