Color Hex Logo

#db849a Color Hex

#DB849A
(219,132,154)
0 Favorites   0 Comments

Color spaces of #db849a

RGB 219132154
HSL0.960.550.69
HSV345°40°86°
CMYK 0.000.400.30   0.14
XYZ43.297433.895734.8323
Yxy33.89570.38650.3026
Hunter Lab58.220030.86295.2816
CIE-Lab64.879736.10042.6631

#db849a color RGB value is (219,132,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000100 10011010
Octal 333 204 232
Decimal 219 132 154
Hex DB 84 9A

RGB Percentages of Color #db849a

%43.37
%26.14
%30.50

CMYK Percentages of Color #db849a

%0
%40
%30
%14

Triadic Colors of #db849a

#db849a #9adb84 #849adb

Analogous Colors of #db849a

#db849a #db9a84 #db84c6

Monochromatic Colors of #db849a

#db849a

Complementary Color

#db849a #84dbc5

#db849a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db849a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db849a Color CSS Codes

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

#db849a Text Font Color

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

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


#db849a Background Color

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

This div background color is #db849a


#db849a Border Color

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

This div border color is #db849a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db849a


Comments

No comments written yet.

Please login to write comment.