Color Hex Logo

#db97df Color Hex

#DB97DF
(219,151,223)
0 Favorites   0 Comments

Color spaces of #db97df

RGB 219151223
HSL0.820.530.73
HSV297°32°87°
CMYK 0.020.320.00   0.13
XYZ53.599342.521075.1944
Yxy42.52100.31290.2482
Hunter Lab65.208132.6079-22.7243
CIE-Lab71.228637.1034-26.3880

#db97df color RGB value is (219,151,223).

#db97df hex color red value is 219, green value is 151 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #db97df hue: 0.82 , saturation: 0.53 and the lightness value of db97df is 0.73.

The process color (four color CMYK) of #db97df color hex is 0.02, 0.32, 0.00, 0.13. Web safe color of #db97df is #cc99cc. Color #db97df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010111 11011111
Octal 333 227 337
Decimal 219 151 223
Hex DB 97 DF

RGB Percentages of Color #db97df

%36.93
%25.46
%37.61

CMYK Percentages of Color #db97df

%2
%32
%0
%13

Triadic Colors of #db97df

#db97df #dfdb97 #97dfdb

Analogous Colors of #db97df

#db97df #df97bf #b797df

Monochromatic Colors of #db97df

#db97df

Complementary Color

#db97df #9bdf97

#db97df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db97df Color Preview on White Background

Lorem ipsum dolor sit amet.

#db97df Color CSS Codes

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

#db97df Text Font Color

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

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


#db97df Background Color

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

This div background color is #db97df


#db97df Border Color

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

This div border color is #db97df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db97df


Comments

No comments written yet.

Please login to write comment.