Color Hex Logo

#db92ad Color Hex

#DB92AD
(219,146,173)
0 Favorites   0 Comments

Color spaces of #db92ad

RGB 219146173
HSL0.940.500.72
HSV338°33°86°
CMYK 0.000.330.21   0.14
XYZ47.035138.635044.5134
Yxy38.63500.36130.2968
Hunter Lab62.157126.29851.0498
CIE-Lab68.486031.3221-2.7707

#db92ad color RGB value is (219,146,173).

#db92ad hex color red value is 219, green value is 146 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #db92ad hue: 0.94 , saturation: 0.50 and the lightness value of db92ad is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010010 10101101
Octal 333 222 255
Decimal 219 146 173
Hex DB 92 AD

RGB Percentages of Color #db92ad

%40.71
%27.14
%32.16

CMYK Percentages of Color #db92ad

%0
%33
%21
%14

Triadic Colors of #db92ad

#db92ad #addb92 #92addb

Analogous Colors of #db92ad

#db92ad #db9c92 #db92d2

Monochromatic Colors of #db92ad

#db92ad

Complementary Color

#db92ad #92dbc0

#db92ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db92ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db92ad Color CSS Codes

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

#db92ad Text Font Color

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

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


#db92ad Background Color

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

This div background color is #db92ad


#db92ad Border Color

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

This div border color is #db92ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db92ad


Comments

No comments written yet.

Please login to write comment.