Color Hex Logo

#db839a Color Hex

#DB839A
(219,131,154)
0 Favorites   0 Comments

Color spaces of #db839a

RGB 219131154
HSL0.960.550.69
HSV344°40°86°
CMYK 0.000.400.30   0.14
XYZ43.162533.625834.7874
Yxy33.62580.38680.3014
Hunter Lab57.987831.38585.0228
CIE-Lab64.664536.62822.3508

#db839a color RGB value is (219,131,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000011 10011010
Octal 333 203 232
Decimal 219 131 154
Hex DB 83 9A

RGB Percentages of Color #db839a

%43.45
%25.99
%30.56

CMYK Percentages of Color #db839a

%0
%40
%30
%14

Triadic Colors of #db839a

#db839a #9adb83 #839adb

Analogous Colors of #db839a

#db839a #db9883 #db83c6

Monochromatic Colors of #db839a

#db839a

Complementary Color

#db839a #83dbc4

#db839a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db839a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db839a Color CSS Codes

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

#db839a Text Font Color

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

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


#db839a Background Color

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

This div background color is #db839a


#db839a Border Color

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

This div border color is #db839a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db839a


Comments

No comments written yet.

Please login to write comment.