Color Hex Logo

#db819a Color Hex

#DB819A
(219,129,154)
0 Favorites   0 Comments

Color spaces of #db819a

RGB 219129154
HSL0.950.560.68
HSV343°41°86°
CMYK 0.000.410.30   0.14
XYZ42.896433.093734.6987
Yxy33.09370.38750.2990
Hunter Lab57.527132.43014.5070
CIE-Lab64.236737.68051.7296

#db819a color RGB value is (219,129,154).

#db819a hex color red value is 219, green value is 129 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #db819a hue: 0.95 , saturation: 0.56 and the lightness value of db819a is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000001 10011010
Octal 333 201 232
Decimal 219 129 154
Hex DB 81 9A

RGB Percentages of Color #db819a

%43.63
%25.70
%30.68

CMYK Percentages of Color #db819a

%0
%41
%30
%14

Triadic Colors of #db819a

#db819a #9adb81 #819adb

Analogous Colors of #db819a

#db819a #db9581 #db81c7

Monochromatic Colors of #db819a

#db819a

Complementary Color

#db819a #81dbc2

#db819a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db819a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db819a Color CSS Codes

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

#db819a Text Font Color

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

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


#db819a Background Color

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

This div background color is #db819a


#db819a Border Color

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

This div border color is #db819a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db819a


Comments

No comments written yet.

Please login to write comment.