Color Hex Logo

#dea5dc Color Hex

#DEA5DC
(222,165,220)
0 Favorites   0 Comments

Color spaces of #dea5dc

RGB 222165220
HSL0.840.460.76
HSV302°26°87°
CMYK 0.000.260.01   0.13
XYZ56.497647.607273.9215
Yxy47.60720.31740.2674
Hunter Lab68.998025.4147-15.2222
CIE-Lab74.576529.9884-19.6126

#dea5dc color RGB value is (222,165,220).

#dea5dc hex color red value is 222, green value is 165 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dea5dc hue: 0.84 , saturation: 0.46 and the lightness value of dea5dc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100101 11011100
Octal 336 245 334
Decimal 222 165 220
Hex DE A5 DC

RGB Percentages of Color #dea5dc

%36.57
%27.18
%36.24

CMYK Percentages of Color #dea5dc

%0
%26
%1
%13

Triadic Colors of #dea5dc

#dea5dc #dcdea5 #a5dcde

Analogous Colors of #dea5dc

#dea5dc #dea5c0 #c4a5de

Monochromatic Colors of #dea5dc

#dea5dc

Complementary Color

#dea5dc #a5dea7

#dea5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea5dc Color CSS Codes

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

#dea5dc Text Font Color

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

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


#dea5dc Background Color

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

This div background color is #dea5dc


#dea5dc Border Color

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

This div border color is #dea5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea5dc


Comments

No comments written yet.

Please login to write comment.