Color Hex Logo

#dea4da Color Hex

#DEA4DA
(222,164,218)
0 Favorites   0 Comments

Color spaces of #dea4da

RGB 222164218
HSL0.840.470.76
HSV304°26°87°
CMYK 0.000.260.02   0.13
XYZ56.054547.142572.4747
Yxy47.14250.31910.2684
Hunter Lab68.660425.5721-14.5215
CIE-Lab74.280830.1609-18.9680

#dea4da color RGB value is (222,164,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100100 11011010
Octal 336 244 332
Decimal 222 164 218
Hex DE A4 DA

RGB Percentages of Color #dea4da

%36.75
%27.15
%36.09

CMYK Percentages of Color #dea4da

%0
%26
%2
%13

Triadic Colors of #dea4da

#dea4da #dadea4 #a4dade

Analogous Colors of #dea4da

#dea4da #dea4bd #c5a4de

Monochromatic Colors of #dea4da

#dea4da

Complementary Color

#dea4da #a4dea8

#dea4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea4da Color CSS Codes

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

#dea4da Text Font Color

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

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


#dea4da Background Color

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

This div background color is #dea4da


#dea4da Border Color

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

This div border color is #dea4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea4da


Comments

No comments written yet.

Please login to write comment.