Color Hex Logo

#db9fda Color Hex

#DB9FDA
(219,159,218)
0 Favorites   0 Comments

Color spaces of #db9fda

RGB 219159218
HSL0.840.450.74
HSV301°27°86°
CMYK 0.000.270.00   0.14
XYZ54.266444.918372.1396
Yxy44.91830.31670.2622
Hunter Lab67.021127.2429-16.9033
CIE-Lab72.838131.8730-21.1860

#db9fda color RGB value is (219,159,218).

#db9fda hex color red value is 219, green value is 159 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #db9fda hue: 0.84 , saturation: 0.45 and the lightness value of db9fda is 0.74.

The process color (four color CMYK) of #db9fda color hex is 0.00, 0.27, 0.00, 0.14. Web safe color of #db9fda is #cc99cc. Color #db9fda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011111 11011010
Octal 333 237 332
Decimal 219 159 218
Hex DB 9F DA

RGB Percentages of Color #db9fda

%36.74
%26.68
%36.58

CMYK Percentages of Color #db9fda

%0
%27
%0
%14

Triadic Colors of #db9fda

#db9fda #dadb9f #9fdadb

Analogous Colors of #db9fda

#db9fda #db9fbc #be9fdb

Monochromatic Colors of #db9fda

#db9fda

Complementary Color

#db9fda #9fdba0

#db9fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9fda Color CSS Codes

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

#db9fda Text Font Color

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

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


#db9fda Background Color

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

This div background color is #db9fda


#db9fda Border Color

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

This div border color is #db9fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9fda


Comments

No comments written yet.

Please login to write comment.