Color Hex Logo

#eac8df Color Hex

#EAC8DF
(234,200,223)
0 Favorites   0 Comments

Color spaces of #eac8df

RGB 234200223
HSL0.890.450.85
HSV319°15°92°
CMYK 0.000.150.05   0.08
XYZ67.905264.128778.6111
Yxy64.12870.32240.3044
Hunter Lab80.080411.2207-2.1459
CIE-Lab84.032715.8080-6.9499

#eac8df color RGB value is (234,200,223).

#eac8df hex color red value is 234, green value is 200 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #eac8df hue: 0.89 , saturation: 0.45 and the lightness value of eac8df is 0.85.

The process color (four color CMYK) of #eac8df color hex is 0.00, 0.15, 0.05, 0.08. Web safe color of #eac8df is #ffcccc. Color #eac8df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001000 11011111
Octal 352 310 337
Decimal 234 200 223
Hex EA C8 DF

RGB Percentages of Color #eac8df

%35.62
%30.44
%33.94

CMYK Percentages of Color #eac8df

%0
%15
%5
%8

Triadic Colors of #eac8df

#eac8df #dfeac8 #c8dfea

Analogous Colors of #eac8df

#eac8df #eac8ce #e4c8ea

Monochromatic Colors of #eac8df

#eac8df

Complementary Color

#eac8df #c8ead3

#eac8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac8df Color CSS Codes

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

#eac8df Text Font Color

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

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


#eac8df Background Color

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

This div background color is #eac8df


#eac8df Border Color

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

This div border color is #eac8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac8df


Comments

No comments written yet.

Please login to write comment.