Color Hex Logo

#db889a Color Hex

#DB889A
(219,136,154)
1 Favorites   0 Comments

Color spaces of #db889a

RGB 219136154
HSL0.960.540.70
HSV347°38°86°
CMYK 0.000.380.30   0.14
XYZ43.850335.001535.0166
Yxy35.00150.38510.3074
Hunter Lab59.162128.76876.3211
CIE-Lab65.749833.98053.9225

#db889a color RGB value is (219,136,154).

#db889a hex color red value is 219, green value is 136 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #db889a hue: 0.96 , saturation: 0.54 and the lightness value of db889a is 0.70.

The process color (four color CMYK) of #db889a color hex is 0.00, 0.38, 0.30, 0.14. Web safe color of #db889a is #cc9999. Color #db889a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001000 10011010
Octal 333 210 232
Decimal 219 136 154
Hex DB 88 9A

RGB Percentages of Color #db889a

%43.03
%26.72
%30.26

CMYK Percentages of Color #db889a

%0
%38
%30
%14

Triadic Colors of #db889a

#db889a #9adb88 #889adb

Analogous Colors of #db889a

#db889a #dba088 #db88c4

Monochromatic Colors of #db889a

#db889a

Complementary Color

#db889a #88dbc9

#db889a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db889a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db889a Color CSS Codes

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

#db889a Text Font Color

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

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


#db889a Background Color

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

This div background color is #db889a


#db889a Border Color

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

This div border color is #db889a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db889a


Comments

No comments written yet.

Please login to write comment.