Color Hex Logo

#db828a Color Hex

#DB828A
(219,130,138)
0 Favorites   0 Comments

Color spaces of #db828a

RGB 219130138
HSL0.990.550.68
HSV355°41°86°
CMYK 0.000.410.37   0.14
XYZ41.783532.860328.1852
Yxy32.86030.40630.3196
Hunter Lab57.323929.792110.9748
CIE-Lab64.047635.149610.5503

#db828a color RGB value is (219,130,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000010 10001010
Octal 333 202 212
Decimal 219 130 138
Hex DB 82 8A

RGB Percentages of Color #db828a

%44.97
%26.69
%28.34

CMYK Percentages of Color #db828a

%0
%41
%37
%14

Triadic Colors of #db828a

#db828a #8adb82 #828adb

Analogous Colors of #db828a

#db828a #dba782 #db82b7

Monochromatic Colors of #db828a

#db828a

Complementary Color

#db828a #82dbd3

#db828a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db828a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db828a Color CSS Codes

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

#db828a Text Font Color

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

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


#db828a Background Color

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

This div background color is #db828a


#db828a Border Color

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

This div border color is #db828a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db828a


Comments

No comments written yet.

Please login to write comment.