Color Hex Logo

#db799a Color Hex

#DB799A
(219,121,154)
0 Favorites   0 Comments

Color spaces of #db799a

RGB 219121154
HSL0.940.580.67
HSV340°45°86°
CMYK 0.000.450.30   0.14
XYZ41.883531.067934.3611
Yxy31.06790.39030.2895
Hunter Lab55.738636.58732.4666
CIE-Lab62.564941.8437-0.7083

#db799a color RGB value is (219,121,154).

#db799a hex color red value is 219, green value is 121 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #db799a hue: 0.94 , saturation: 0.58 and the lightness value of db799a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111001 10011010
Octal 333 171 232
Decimal 219 121 154
Hex DB 79 9A

RGB Percentages of Color #db799a

%44.33
%24.49
%31.17

CMYK Percentages of Color #db799a

%0
%45
%30
%14

Triadic Colors of #db799a

#db799a #9adb79 #799adb

Analogous Colors of #db799a

#db799a #db8979 #db79cb

Monochromatic Colors of #db799a

#db799a

Complementary Color

#db799a #79dbba

#db799a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db799a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db799a Color CSS Codes

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

#db799a Text Font Color

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

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


#db799a Background Color

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

This div background color is #db799a


#db799a Border Color

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

This div border color is #db799a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db799a


Comments

No comments written yet.

Please login to write comment.