Color Hex Logo

#db98ad Color Hex

#DB98AD
(219,152,173)
0 Favorites   0 Comments

Color spaces of #db98ad

RGB 219152173
HSL0.950.480.73
HSV341°31°86°
CMYK 0.000.310.21   0.14
XYZ47.984540.533744.8299
Yxy40.53370.35980.3040
Hunter Lab63.666123.11812.8177
CIE-Lab69.848028.0950-0.7736

#db98ad color RGB value is (219,152,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011000 10101101
Octal 333 230 255
Decimal 219 152 173
Hex DB 98 AD

RGB Percentages of Color #db98ad

%40.26
%27.94
%31.80

CMYK Percentages of Color #db98ad

%0
%31
%21
%14

Triadic Colors of #db98ad

#db98ad #addb98 #98addb

Analogous Colors of #db98ad

#db98ad #dba598 #db98cf

Monochromatic Colors of #db98ad

#db98ad

Complementary Color

#db98ad #98dbc6

#db98ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db98ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db98ad Color CSS Codes

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

#db98ad Text Font Color

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

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


#db98ad Background Color

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

This div background color is #db98ad


#db98ad Border Color

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

This div border color is #db98ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db98ad


Comments

No comments written yet.

Please login to write comment.