Color Hex Logo

#eac5fa Color Hex

#EAC5FA
(234,197,250)
0 Favorites   0 Comments

Color spaces of #eac5fa

RGB 234197250
HSL0.780.840.88
HSV282°21°98°
CMYK 0.060.210.00   0.02
XYZ71.153364.327199.1087
Yxy64.32710.30330.2742
Hunter Lab80.204217.9993-17.1220
CIE-Lab84.135822.3799-21.1789

#eac5fa color RGB value is (234,197,250).

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

The process color (four color CMYK) of #eac5fa color hex is 0.06, 0.21, 0.00, 0.02. Web safe color of #eac5fa is #ffccff. Color #eac5fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000101 11111010
Octal 352 305 372
Decimal 234 197 250
Hex EA C5 FA

RGB Percentages of Color #eac5fa

%34.36
%28.93
%36.71

CMYK Percentages of Color #eac5fa

%6
%21
%0
%2

Triadic Colors of #eac5fa

#eac5fa #faeac5 #c5faea

Analogous Colors of #eac5fa

#eac5fa #fac5f0 #d0c5fa

Monochromatic Colors of #eac5fa

#eac5fa

Complementary Color

#eac5fa #d5fac5

#eac5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac5fa Color CSS Codes

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

#eac5fa Text Font Color

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

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


#eac5fa Background Color

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

This div background color is #eac5fa


#eac5fa Border Color

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

This div border color is #eac5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac5fa

Related Colors


Comments

No comments written yet.

Please login to write comment.