Color Hex Logo

#db838a Color Hex

#DB838A
(219,131,138)
0 Favorites   0 Comments

Color spaces of #db838a

RGB 219131138
HSL0.990.550.69
HSV355°40°86°
CMYK 0.000.400.37   0.14
XYZ41.917233.127628.2298
Yxy33.12760.40590.3208
Hunter Lab57.556629.273611.2096
CIE-Lab64.264134.621710.8563

#db838a color RGB value is (219,131,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000011 10001010
Octal 333 203 212
Decimal 219 131 138
Hex DB 83 8A

RGB Percentages of Color #db838a

%44.88
%26.84
%28.28

CMYK Percentages of Color #db838a

%0
%40
%37
%14

Triadic Colors of #db838a

#db838a #8adb83 #838adb

Analogous Colors of #db838a

#db838a #dba883 #db83b6

Monochromatic Colors of #db838a

#db838a

Complementary Color

#db838a #83dbd4

#db838a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db838a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db838a Color CSS Codes

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

#db838a Text Font Color

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

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


#db838a Background Color

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

This div background color is #db838a


#db838a Border Color

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

This div border color is #db838a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db838a


Comments

No comments written yet.

Please login to write comment.