Color Hex Logo

#df90de Color Hex

#DF90DE
(223,144,222)
0 Favorites   0 Comments

Color spaces of #df90de

RGB 223144222
HSL0.840.550.72
HSV301°35°87°
CMYK 0.000.350.00   0.13
XYZ53.589540.908474.1789
Yxy40.90840.31770.2425
Hunter Lab63.959737.6293-23.9914
CIE-Lab70.111741.8927-27.5143

#df90de color RGB value is (223,144,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010000 11011110
Octal 337 220 336
Decimal 223 144 222
Hex DF 90 DE

RGB Percentages of Color #df90de

%37.86
%24.45
%37.69

CMYK Percentages of Color #df90de

%0
%35
%0
%13

Triadic Colors of #df90de

#df90de #dedf90 #90dedf

Analogous Colors of #df90de

#df90de #df90b7 #b990df

Monochromatic Colors of #df90de

#df90de

Complementary Color

#df90de #90df91

#df90de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df90de Color Preview on White Background

Lorem ipsum dolor sit amet.

#df90de Color CSS Codes

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

#df90de Text Font Color

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

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


#df90de Background Color

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

This div background color is #df90de


#df90de Border Color

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

This div border color is #df90de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df90de


Comments

No comments written yet.

Please login to write comment.