Color Hex Logo

#db908e Color Hex

#DB908E
(219,144,142)
0 Favorites   0 Comments

Color spaces of #db908e

RGB 219144142
HSL0.000.520.71
HSV35°86°
CMYK 0.000.340.35   0.14
XYZ44.069236.959630.4024
Yxy36.95960.39550.3317
Hunter Lab60.794423.002512.9060
CIE-Lab67.246728.170212.8076

#db908e color RGB value is (219,144,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010000 10001110
Octal 333 220 216
Decimal 219 144 142
Hex DB 90 8E

RGB Percentages of Color #db908e

%43.37
%28.51
%28.12

CMYK Percentages of Color #db908e

%0
%34
%35
%14

Triadic Colors of #db908e

#db908e #8edb90 #908edb

Analogous Colors of #db908e

#db908e #dbb78e #db8eb3

Monochromatic Colors of #db908e

#db908e

Complementary Color

#db908e #8ed9db

#db908e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db908e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db908e Color CSS Codes

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

#db908e Text Font Color

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

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


#db908e Background Color

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

This div background color is #db908e


#db908e Border Color

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

This div border color is #db908e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db908e


Comments

No comments written yet.

Please login to write comment.