Color Hex Logo

#db808d Color Hex

#DB808D
(219,128,141)
0 Favorites   0 Comments

Color spaces of #db808d

RGB 219128141
HSL0.980.560.68
HSV351°42°86°
CMYK 0.000.420.36   0.14
XYZ41.740332.421529.2573
Yxy32.42150.40360.3135
Hunter Lab56.939931.20639.3931
CIE-Lab63.689736.56128.3372

#db808d color RGB value is (219,128,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000000 10001101
Octal 333 200 215
Decimal 219 128 141
Hex DB 80 8D

RGB Percentages of Color #db808d

%44.88
%26.23
%28.89

CMYK Percentages of Color #db808d

%0
%42
%36
%14

Triadic Colors of #db808d

#db808d #8ddb80 #808ddb

Analogous Colors of #db808d

#db808d #dba180 #db80bb

Monochromatic Colors of #db808d

#db808d

Complementary Color

#db808d #80dbce

#db808d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db808d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db808d Color CSS Codes

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

#db808d Text Font Color

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

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


#db808d Background Color

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

This div background color is #db808d


#db808d Border Color

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

This div border color is #db808d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db808d


Comments

No comments written yet.

Please login to write comment.