Color Hex Logo

#db599a Color Hex

#DB599A
(219,89,154)
0 Favorites   0 Comments

Color spaces of #db599a

RGB 21989154
HSL0.920.640.60
HSV330°59°86°
CMYK 0.000.590.30   0.14
XYZ38.618524.537933.2727
Yxy24.53790.40050.2545
Hunter Lab49.535752.4726-5.1495
CIE-Lab56.622457.3026-9.5009

#db599a color RGB value is (219,89,154).

#db599a hex color red value is 219, green value is 89 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #db599a hue: 0.92 , saturation: 0.64 and the lightness value of db599a is 0.60.

The process color (four color CMYK) of #db599a color hex is 0.00, 0.59, 0.30, 0.14. Web safe color of #db599a is #cc6699. Color #db599a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011001 10011010
Octal 333 131 232
Decimal 219 89 154
Hex DB 59 9A

RGB Percentages of Color #db599a

%47.40
%19.26
%33.33

CMYK Percentages of Color #db599a

%0
%59
%30
%14

Triadic Colors of #db599a

#db599a #9adb59 #599adb

Analogous Colors of #db599a

#db599a #db5959 #db59db

Monochromatic Colors of #db599a

#db599a

Complementary Color

#db599a #59db9a

#db599a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db599a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db599a Color CSS Codes

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

#db599a Text Font Color

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

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


#db599a Background Color

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

This div background color is #db599a


#db599a Border Color

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

This div border color is #db599a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db599a


Comments

No comments written yet.

Please login to write comment.