Color Hex Logo

#db98aa Color Hex

#DB98AA
(219,152,170)
0 Favorites   0 Comments

Color spaces of #db98aa

RGB 219152170
HSL0.960.480.73
HSV344°31°86°
CMYK 0.000.310.22   0.14
XYZ47.697440.418843.3179
Yxy40.41880.36290.3075
Hunter Lab63.575822.66114.1053
CIE-Lab69.766827.64930.7784

#db98aa color RGB value is (219,152,170).

#db98aa hex color red value is 219, green value is 152 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #db98aa hue: 0.96 , saturation: 0.48 and the lightness value of db98aa is 0.73.

The process color (four color CMYK) of #db98aa color hex is 0.00, 0.31, 0.22, 0.14. Web safe color of #db98aa is #cc9999. Color #db98aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011000 10101010
Octal 333 230 252
Decimal 219 152 170
Hex DB 98 AA

RGB Percentages of Color #db98aa

%40.48
%28.10
%31.42

CMYK Percentages of Color #db98aa

%0
%31
%22
%14

Triadic Colors of #db98aa

#db98aa #aadb98 #98aadb

Analogous Colors of #db98aa

#db98aa #dba898 #db98cc

Monochromatic Colors of #db98aa

#db98aa

Complementary Color

#db98aa #98dbc9

#db98aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db98aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db98aa Color CSS Codes

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

#db98aa Text Font Color

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

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


#db98aa Background Color

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

This div background color is #db98aa


#db98aa Border Color

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

This div border color is #db98aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db98aa


Comments

No comments written yet.

Please login to write comment.