Color Hex Logo

#db858e Color Hex

#DB858E
(219,133,142)
0 Favorites   0 Comments

Color spaces of #db858e

RGB 219133142
HSL0.980.540.69
HSV354°39°86°
CMYK 0.000.390.35   0.14
XYZ42.483433.788129.8738
Yxy33.78810.40020.3183
Hunter Lab58.127528.736310.2180
CIE-Lab64.794034.04349.3409

#db858e color RGB value is (219,133,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000101 10001110
Octal 333 205 216
Decimal 219 133 142
Hex DB 85 8E

RGB Percentages of Color #db858e

%44.33
%26.92
%28.74

CMYK Percentages of Color #db858e

%0
%39
%35
%14

Triadic Colors of #db858e

#db858e #8edb85 #858edb

Analogous Colors of #db858e

#db858e #dba785 #db85b9

Monochromatic Colors of #db858e

#db858e

Complementary Color

#db858e #85dbd2

#db858e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db858e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db858e Color CSS Codes

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

#db858e Text Font Color

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

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


#db858e Background Color

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

This div background color is #db858e


#db858e Border Color

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

This div border color is #db858e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db858e


Comments

No comments written yet.

Please login to write comment.