Color Hex Logo

#eaa3dd Color Hex

#EAA3DD
(234,163,221)
0 Favorites   0 Comments

Color spaces of #eaa3dd

RGB 234163221
HSL0.860.630.78
HSV311°30°92°
CMYK 0.000.300.06   0.08
XYZ60.080048.907374.6801
Yxy48.90730.32710.2663
Hunter Lab69.933830.9651-14.3603
CIE-Lab75.393635.1705-18.8030

#eaa3dd color RGB value is (234,163,221).

#eaa3dd hex color red value is 234, green value is 163 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #eaa3dd hue: 0.86 , saturation: 0.63 and the lightness value of eaa3dd is 0.78.

The process color (four color CMYK) of #eaa3dd color hex is 0.00, 0.30, 0.06, 0.08. Web safe color of #eaa3dd is #ff99cc. Color #eaa3dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100011 11011101
Octal 352 243 335
Decimal 234 163 221
Hex EA A3 DD

RGB Percentages of Color #eaa3dd

%37.86
%26.38
%35.76

CMYK Percentages of Color #eaa3dd

%0
%30
%6
%8

Triadic Colors of #eaa3dd

#eaa3dd #ddeaa3 #a3ddea

Analogous Colors of #eaa3dd

#eaa3dd #eaa3ba #d4a3ea

Monochromatic Colors of #eaa3dd

#eaa3dd

Complementary Color

#eaa3dd #a3eab0

#eaa3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa3dd Color CSS Codes

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

#eaa3dd Text Font Color

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

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


#eaa3dd Background Color

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

This div background color is #eaa3dd


#eaa3dd Border Color

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

This div border color is #eaa3dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,163,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eaa3dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eaa3dd;
  -webkit-box-shadow: 1px 1px 3px 2px #eaa3dd;
  box-shadow:         1px 1px 3px 2px #eaa3dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,163,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa3dd


Comments

No comments written yet.

Please login to write comment.