Color Hex Logo

#db8daf Color Hex

#DB8DAF
(219,141,175)
0 Favorites   0 Comments

Color spaces of #db8daf

RGB 219141175
HSL0.930.520.71
HSV334°36°86°
CMYK 0.000.360.20   0.14
XYZ46.476237.205045.2892
Yxy37.20500.36040.2885
Hunter Lab60.995929.2663-1.3254
CIE-Lab67.430534.2990-5.4479

#db8daf color RGB value is (219,141,175).

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

The process color (four color CMYK) of #db8daf color hex is 0.00, 0.36, 0.20, 0.14. Web safe color of #db8daf is #cc9999. Color #db8daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001101 10101111
Octal 333 215 257
Decimal 219 141 175
Hex DB 8D AF

RGB Percentages of Color #db8daf

%40.93
%26.36
%32.71

CMYK Percentages of Color #db8daf

%0
%36
%20
%14

Triadic Colors of #db8daf

#db8daf #afdb8d #8dafdb

Analogous Colors of #db8daf

#db8daf #db928d #db8dd6

Monochromatic Colors of #db8daf

#db8daf

Complementary Color

#db8daf #8ddbb9

#db8daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8daf Color CSS Codes

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

#db8daf Text Font Color

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

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


#db8daf Background Color

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

This div background color is #db8daf


#db8daf Border Color

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

This div border color is #db8daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8daf


Comments

No comments written yet.

Please login to write comment.