Color Hex Logo

#eac3ff Color Hex

#EAC3FF
(234,195,255)
0 Favorites   0 Comments

Color spaces of #eac3ff

RGB 234195255
HSL0.781.000.88
HSV279°24°100°
CMYK 0.080.240.00   0.00
XYZ71.496863.7426103.1430
Yxy63.74260.29990.2674
Hunter Lab79.839020.1308-20.7088
CIE-Lab83.831624.4206-24.2985

#eac3ff color RGB value is (234,195,255).

#eac3ff hex color red value is 234, green value is 195 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #eac3ff hue: 0.78 , saturation: 1.00 and the lightness value of eac3ff is 0.88.

The process color (four color CMYK) of #eac3ff color hex is 0.08, 0.24, 0.00, 0.00. Web safe color of #eac3ff is #ffccff. Color #eac3ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000011 11111111
Octal 352 303 377
Decimal 234 195 255
Hex EA C3 FF

RGB Percentages of Color #eac3ff

%34.21
%28.51
%37.28

CMYK Percentages of Color #eac3ff

%8
%24
%0
%0

Triadic Colors of #eac3ff

#eac3ff #ffeac3 #c3ffea

Analogous Colors of #eac3ff

#eac3ff #ffc3f6 #ccc3ff

Monochromatic Colors of #eac3ff

#eac3ff

Complementary Color

#eac3ff #d8ffc3

#eac3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac3ff Color CSS Codes

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

#eac3ff Text Font Color

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

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


#eac3ff Background Color

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

This div background color is #eac3ff


#eac3ff Border Color

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

This div border color is #eac3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac3ff

Related Colors


Comments

No comments written yet.

Please login to write comment.