Color Hex Logo

#de9ffd Color Hex

#DE9FFD
(222,159,253)
0 Favorites   0 Comments

Color spaces of #de9ffd

RGB 222159253
HSL0.780.960.81
HSV280°37°99°
CMYK 0.120.370.00   0.01
XYZ60.252047.417798.9054
Yxy47.41770.29170.2295
Hunter Lab68.860535.6791-36.9568
CIE-Lab74.456239.6204-37.7353

#de9ffd color RGB value is (222,159,253).

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

The process color (four color CMYK) of #de9ffd color hex is 0.12, 0.37, 0.00, 0.01. Web safe color of #de9ffd is #cc99ff. Color #de9ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011111 11111101
Octal 336 237 375
Decimal 222 159 253
Hex DE 9F FD

RGB Percentages of Color #de9ffd

%35.02
%25.08
%39.91

CMYK Percentages of Color #de9ffd

%12
%37
%0
%1

Triadic Colors of #de9ffd

#de9ffd #fdde9f #9ffdde

Analogous Colors of #de9ffd

#de9ffd #fd9fed #af9ffd

Monochromatic Colors of #de9ffd

#de9ffd

Complementary Color

#de9ffd #befd9f

#de9ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9ffd Color CSS Codes

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

#de9ffd Text Font Color

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

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


#de9ffd Background Color

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

This div background color is #de9ffd


#de9ffd Border Color

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

This div border color is #de9ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9ffd


Comments

No comments written yet.

Please login to write comment.