Color Hex Logo

#de9ffa Color Hex

#DE9FFA
(222,159,250)
0 Favorites   0 Comments

Color spaces of #de9ffa

RGB 222159250
HSL0.780.900.80
HSV282°36°98°
CMYK 0.110.360.00   0.02
XYZ59.777747.228096.4078
Yxy47.22800.29390.2322
Hunter Lab68.722635.0019-35.0694
CIE-Lab74.335439.0110-36.2992

#de9ffa color RGB value is (222,159,250).

#de9ffa hex color red value is 222, green value is 159 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #de9ffa hue: 0.78 , saturation: 0.90 and the lightness value of de9ffa is 0.80.

The process color (four color CMYK) of #de9ffa color hex is 0.11, 0.36, 0.00, 0.02. Web safe color of #de9ffa is #cc99ff. Color #de9ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011111 11111010
Octal 336 237 372
Decimal 222 159 250
Hex DE 9F FA

RGB Percentages of Color #de9ffa

%35.18
%25.20
%39.62

CMYK Percentages of Color #de9ffa

%11
%36
%0
%2

Triadic Colors of #de9ffa

#de9ffa #fade9f #9ffade

Analogous Colors of #de9ffa

#de9ffa #fa9fe9 #b19ffa

Monochromatic Colors of #de9ffa

#de9ffa

Complementary Color

#de9ffa #bbfa9f

#de9ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9ffa Color CSS Codes

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

#de9ffa Text Font Color

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

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


#de9ffa Background Color

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

This div background color is #de9ffa


#de9ffa Border Color

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

This div border color is #de9ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.