Color Hex Logo

#db819d Color Hex

#DB819D
(219,129,157)
0 Favorites   0 Comments

Color spaces of #db819d

RGB 219129157
HSL0.950.560.68
HSV341°41°86°
CMYK 0.000.410.28   0.14
XYZ43.149533.194936.0313
Yxy33.19490.38400.2954
Hunter Lab57.615032.85743.2517
CIE-Lab64.318438.08110.1436

#db819d color RGB value is (219,129,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000001 10011101
Octal 333 201 235
Decimal 219 129 157
Hex DB 81 9D

RGB Percentages of Color #db819d

%43.37
%25.54
%31.09

CMYK Percentages of Color #db819d

%0
%41
%28
%14

Triadic Colors of #db819d

#db819d #9ddb81 #819ddb

Analogous Colors of #db819d

#db819d #db9281 #db81ca

Monochromatic Colors of #db819d

#db819d

Complementary Color

#db819d #81dbbf

#db819d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db819d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db819d Color CSS Codes

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

#db819d Text Font Color

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

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


#db819d Background Color

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

This div background color is #db819d


#db819d Border Color

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

This div border color is #db819d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,129,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db819d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db819d


Comments

No comments written yet.

Please login to write comment.