Color Hex Logo

#db988a Color Hex

#DB988A
(219,152,138)
0 Favorites   0 Comments

Color spaces of #db988a

RGB 219152138
HSL0.030.530.70
HSV10°37°86°
CMYK 0.000.310.37   0.14
XYZ45.029139.351529.2671
Yxy39.35150.39620.3463
Hunter Lab62.730818.351216.2497
CIE-Lab69.005123.380517.4872

#db988a color RGB value is (219,152,138).

#db988a hex color red value is 219, green value is 152 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #db988a hue: 0.03 , saturation: 0.53 and the lightness value of db988a is 0.70.

The process color (four color CMYK) of #db988a color hex is 0.00, 0.31, 0.37, 0.14. Web safe color of #db988a is #cc9999. Color #db988a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011000 10001010
Octal 333 230 212
Decimal 219 152 138
Hex DB 98 8A

RGB Percentages of Color #db988a

%43.03
%29.86
%27.11

CMYK Percentages of Color #db988a

%0
%31
%37
%14

Triadic Colors of #db988a

#db988a #8adb98 #988adb

Analogous Colors of #db988a

#db988a #dbc18a #db8aa5

Monochromatic Colors of #db988a

#db988a

Complementary Color

#db988a #8acddb

#db988a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db988a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db988a Color CSS Codes

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

#db988a Text Font Color

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

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


#db988a Background Color

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

This div background color is #db988a


#db988a Border Color

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

This div border color is #db988a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db988a


Comments

No comments written yet.

Please login to write comment.