Color Hex Logo

#db90df Color Hex

#DB90DF
(219,144,223)
0 Favorites   0 Comments

Color spaces of #db90df

RGB 219144223
HSL0.820.550.72
HSV297°35°87°
CMYK 0.020.350.00   0.13
XYZ52.506040.334374.8300
Yxy40.33430.31320.2406
Hunter Lab63.509336.4328-25.4021
CIE-Lab69.707040.8343-28.7255

#db90df color RGB value is (219,144,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010000 11011111
Octal 333 220 337
Decimal 219 144 223
Hex DB 90 DF

RGB Percentages of Color #db90df

%37.37
%24.57
%38.05

CMYK Percentages of Color #db90df

%2
%35
%0
%13

Triadic Colors of #db90df

#db90df #dfdb90 #90dfdb

Analogous Colors of #db90df

#db90df #df90bc #b490df

Monochromatic Colors of #db90df

#db90df

Complementary Color

#db90df #94df90

#db90df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db90df Color Preview on White Background

Lorem ipsum dolor sit amet.

#db90df Color CSS Codes

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

#db90df Text Font Color

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

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


#db90df Background Color

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

This div background color is #db90df


#db90df Border Color

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

This div border color is #db90df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db90df


Comments

No comments written yet.

Please login to write comment.