Color Hex Logo

#eaa6dc Color Hex

#EAA6DC
(234,166,220)
0 Favorites   0 Comments

Color spaces of #eaa6dc

RGB 234166220
HSL0.870.620.78
HSV312°29°92°
CMYK 0.000.290.06   0.08
XYZ60.486249.932274.1600
Yxy49.93220.32770.2705
Hunter Lab70.662729.1335-12.7605
CIE-Lab76.027633.4026-17.2995

#eaa6dc color RGB value is (234,166,220).

#eaa6dc hex color red value is 234, green value is 166 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eaa6dc hue: 0.87 , saturation: 0.62 and the lightness value of eaa6dc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100110 11011100
Octal 352 246 334
Decimal 234 166 220
Hex EA A6 DC

RGB Percentages of Color #eaa6dc

%37.74
%26.77
%35.48

CMYK Percentages of Color #eaa6dc

%0
%29
%6
%8

Triadic Colors of #eaa6dc

#eaa6dc #dceaa6 #a6dcea

Analogous Colors of #eaa6dc

#eaa6dc #eaa6ba #d6a6ea

Monochromatic Colors of #eaa6dc

#eaa6dc

Complementary Color

#eaa6dc #a6eab4

#eaa6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa6dc Color CSS Codes

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

#eaa6dc Text Font Color

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

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


#eaa6dc Background Color

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

This div background color is #eaa6dc


#eaa6dc Border Color

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

This div border color is #eaa6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa6dc


Comments

No comments written yet.

Please login to write comment.