Color Hex Logo

#eaabfa Color Hex

#EAABFA
(234,171,250)
0 Favorites   0 Comments

Color spaces of #eaabfa

RGB 234171250
HSL0.800.890.83
HSV288°32°98°
CMYK 0.060.320.00   0.02
XYZ65.749953.520497.3075
Yxy53.52040.30360.2471
Hunter Lab73.157632.3997-27.6517
CIE-Lab78.181236.2499-30.2640

#eaabfa color RGB value is (234,171,250).

#eaabfa hex color red value is 234, green value is 171 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #eaabfa hue: 0.80 , saturation: 0.89 and the lightness value of eaabfa is 0.83.

The process color (four color CMYK) of #eaabfa color hex is 0.06, 0.32, 0.00, 0.02. Web safe color of #eaabfa is #ff99ff. Color #eaabfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 11111010
Octal 352 253 372
Decimal 234 171 250
Hex EA AB FA

RGB Percentages of Color #eaabfa

%35.73
%26.11
%38.17

CMYK Percentages of Color #eaabfa

%6
%32
%0
%2

Triadic Colors of #eaabfa

#eaabfa #faeaab #abfaea

Analogous Colors of #eaabfa

#eaabfa #faabe3 #c3abfa

Monochromatic Colors of #eaabfa

#eaabfa

Complementary Color

#eaabfa #bbfaab

#eaabfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaabfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaabfa Color CSS Codes

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

#eaabfa Text Font Color

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

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


#eaabfa Background Color

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

This div background color is #eaabfa


#eaabfa Border Color

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

This div border color is #eaabfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaabfa


Comments

No comments written yet.

Please login to write comment.