Color Hex Logo

#db809a Color Hex

#DB809A
(219,128,154)
0 Favorites   0 Comments

Color spaces of #db809a

RGB 219128154
HSL0.950.560.68
HSV343°42°86°
CMYK 0.000.420.30   0.14
XYZ42.765332.831534.6550
Yxy32.83150.38790.2978
Hunter Lab57.298832.95174.2498
CIE-Lab64.024238.20521.4207

#db809a color RGB value is (219,128,154).

#db809a hex color red value is 219, green value is 128 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #db809a hue: 0.95 , saturation: 0.56 and the lightness value of db809a is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000000 10011010
Octal 333 200 232
Decimal 219 128 154
Hex DB 80 9A

RGB Percentages of Color #db809a

%43.71
%25.55
%30.74

CMYK Percentages of Color #db809a

%0
%42
%30
%14

Triadic Colors of #db809a

#db809a #9adb80 #809adb

Analogous Colors of #db809a

#db809a #db9480 #db80c8

Monochromatic Colors of #db809a

#db809a

Complementary Color

#db809a #80dbc1

#db809a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db809a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db809a Color CSS Codes

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

#db809a Text Font Color

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

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


#db809a Background Color

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

This div background color is #db809a


#db809a Border Color

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

This div border color is #db809a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db809a


Comments

No comments written yet.

Please login to write comment.