Color Hex Logo

#dea6fd Color Hex

#DEA6FD
(222,166,253)
0 Favorites   0 Comments

Color spaces of #dea6fd

RGB 222166253
HSL0.770.960.82
HSV279°34°99°
CMYK 0.120.340.00   0.01
XYZ61.490049.893999.3181
Yxy49.89390.29180.2368
Hunter Lab70.635631.7762-33.9205
CIE-Lab76.004135.8701-35.3355

#dea6fd color RGB value is (222,166,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100110 11111101
Octal 336 246 375
Decimal 222 166 253
Hex DE A6 FD

RGB Percentages of Color #dea6fd

%34.63
%25.90
%39.47

CMYK Percentages of Color #dea6fd

%12
%34
%0
%1

Triadic Colors of #dea6fd

#dea6fd #fddea6 #a6fdde

Analogous Colors of #dea6fd

#dea6fd #fda6f1 #b3a6fd

Monochromatic Colors of #dea6fd

#dea6fd

Complementary Color

#dea6fd #c5fda6

#dea6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea6fd Color CSS Codes

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

#dea6fd Text Font Color

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

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


#dea6fd Background Color

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

This div background color is #dea6fd


#dea6fd Border Color

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

This div border color is #dea6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea6fd


Comments

No comments written yet.

Please login to write comment.