Color Hex Logo

#eea3dc Color Hex

#EEA3DC
(238,163,220)
0 Favorites   0 Comments

Color spaces of #eea3dc

RGB 238163220
HSL0.870.690.79
HSV314°32°93°
CMYK 0.000.320.08   0.07
XYZ61.275449.538874.0425
Yxy49.53880.33150.2680
Hunter Lab70.383832.2286-13.1034
CIE-Lab75.785336.3095-17.6243

#eea3dc color RGB value is (238,163,220).

#eea3dc hex color red value is 238, green value is 163 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eea3dc hue: 0.87 , saturation: 0.69 and the lightness value of eea3dc is 0.79.

The process color (four color CMYK) of #eea3dc color hex is 0.00, 0.32, 0.08, 0.07. Web safe color of #eea3dc is #ff99cc. Color #eea3dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100011 11011100
Octal 356 243 334
Decimal 238 163 220
Hex EE A3 DC

RGB Percentages of Color #eea3dc

%38.33
%26.25
%35.43

CMYK Percentages of Color #eea3dc

%0
%32
%8
%7

Triadic Colors of #eea3dc

#eea3dc #dceea3 #a3dcee

Analogous Colors of #eea3dc

#eea3dc #eea3b7 #dba3ee

Monochromatic Colors of #eea3dc

#eea3dc

Complementary Color

#eea3dc #a3eeb5

#eea3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea3dc Color CSS Codes

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

#eea3dc Text Font Color

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

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


#eea3dc Background Color

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

This div background color is #eea3dc


#eea3dc Border Color

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

This div border color is #eea3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea3dc

#eea3dc Color Palettes


Comments

No comments written yet.

Please login to write comment.