Color Hex Logo

#df90dd Color Hex

#DF90DD
(223,144,221)
0 Favorites   0 Comments

Color spaces of #df90dd

RGB 223144221
HSL0.840.550.72
HSV302°35°87°
CMYK 0.000.350.01   0.13
XYZ53.455840.855073.4750
Yxy40.85500.31860.2435
Hunter Lab63.917937.4267-23.4126
CIE-Lab70.074241.7104-27.0205

#df90dd color RGB value is (223,144,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010000 11011101
Octal 337 220 335
Decimal 223 144 221
Hex DF 90 DD

RGB Percentages of Color #df90dd

%37.93
%24.49
%37.59

CMYK Percentages of Color #df90dd

%0
%35
%1
%13

Triadic Colors of #df90dd

#df90dd #dddf90 #90dddf

Analogous Colors of #df90dd

#df90dd #df90b6 #ba90df

Monochromatic Colors of #df90dd

#df90dd

Complementary Color

#df90dd #90df92

#df90dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df90dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df90dd Color CSS Codes

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

#df90dd Text Font Color

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

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


#df90dd Background Color

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

This div background color is #df90dd


#df90dd Border Color

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

This div border color is #df90dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df90dd


Comments

No comments written yet.

Please login to write comment.