Color Hex Logo

#db808a Color Hex

#DB808A
(219,128,138)
0 Favorites   0 Comments

Color spaces of #db808a

RGB 219128138
HSL0.980.560.68
HSV353°42°86°
CMYK 0.000.420.37   0.14
XYZ41.520032.333428.0974
Yxy32.33340.40730.3171
Hunter Lab56.862530.828310.5068
CIE-Lab63.617536.20289.9411

#db808a color RGB value is (219,128,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000000 10001010
Octal 333 200 212
Decimal 219 128 138
Hex DB 80 8A

RGB Percentages of Color #db808a

%45.15
%26.39
%28.45

CMYK Percentages of Color #db808a

%0
%42
%37
%14

Triadic Colors of #db808a

#db808a #8adb80 #808adb

Analogous Colors of #db808a

#db808a #dba480 #db80b8

Monochromatic Colors of #db808a

#db808a

Complementary Color

#db808a #80dbd1

#db808a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db808a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db808a Color CSS Codes

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

#db808a Text Font Color

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

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


#db808a Background Color

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

This div background color is #db808a


#db808a Border Color

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

This div border color is #db808a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db808a


Comments

No comments written yet.

Please login to write comment.