Color Hex Logo

#db99af Color Hex

#DB99AF
(219,153,175)
0 Favorites   0 Comments

Color spaces of #db99af

RGB 219153175
HSL0.940.480.73
HSV340°30°86°
CMYK 0.000.300.20   0.14
XYZ48.342540.937745.9113
Yxy40.93770.35760.3028
Hunter Lab63.982622.89752.2437
CIE-Lab70.132327.8573-1.4703

#db99af color RGB value is (219,153,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011001 10101111
Octal 333 231 257
Decimal 219 153 175
Hex DB 99 AF

RGB Percentages of Color #db99af

%40.04
%27.97
%31.99

CMYK Percentages of Color #db99af

%0
%30
%20
%14

Triadic Colors of #db99af

#db99af #afdb99 #99afdb

Analogous Colors of #db99af

#db99af #dba499 #db99d0

Monochromatic Colors of #db99af

#db99af

Complementary Color

#db99af #99dbc5

#db99af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db99af Color Preview on White Background

Lorem ipsum dolor sit amet.

#db99af Color CSS Codes

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

#db99af Text Font Color

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

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


#db99af Background Color

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

This div background color is #db99af


#db99af Border Color

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

This div border color is #db99af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db99af


Comments

No comments written yet.

Please login to write comment.