Color Hex Logo

#db869f Color Hex

#DB869F
(219,134,159)
0 Favorites   0 Comments

Color spaces of #db869f

RGB 219134159
HSL0.950.540.69
HSV342°39°86°
CMYK 0.000.390.27   0.14
XYZ43.996534.613537.1631
Yxy34.61350.38000.2990
Hunter Lab58.833230.52723.7316
CIE-Lab65.446635.71620.6552

#db869f color RGB value is (219,134,159).

#db869f hex color red value is 219, green value is 134 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #db869f hue: 0.95 , saturation: 0.54 and the lightness value of db869f is 0.69.

The process color (four color CMYK) of #db869f color hex is 0.00, 0.39, 0.27, 0.14. Web safe color of #db869f is #cc9999. Color #db869f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000110 10011111
Octal 333 206 237
Decimal 219 134 159
Hex DB 86 9F

RGB Percentages of Color #db869f

%42.77
%26.17
%31.05

CMYK Percentages of Color #db869f

%0
%39
%27
%14

Triadic Colors of #db869f

#db869f #9fdb86 #869fdb

Analogous Colors of #db869f

#db869f #db9886 #db86ca

Monochromatic Colors of #db869f

#db869f

Complementary Color

#db869f #86dbc2

#db869f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db869f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db869f Color CSS Codes

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

#db869f Text Font Color

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

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


#db869f Background Color

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

This div background color is #db869f


#db869f Border Color

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

This div border color is #db869f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db869f


Comments

No comments written yet.

Please login to write comment.