Color Hex Logo

#eaabfe Color Hex

#EAABFE
(234,171,254)
0 Favorites   0 Comments

Color spaces of #eaabfe

RGB 234171254
HSL0.790.980.83
HSV286°33°100°
CMYK 0.080.330.00   0.00
XYZ66.384053.7740100.6465
Yxy53.77400.30060.2435
Hunter Lab73.330833.2615-30.0440
CIE-Lab78.329837.0267-32.1866

#eaabfe color RGB value is (234,171,254).

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

The process color (four color CMYK) of #eaabfe color hex is 0.08, 0.33, 0.00, 0.00. Web safe color of #eaabfe is #ff99ff. Color #eaabfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 11111110
Octal 352 253 376
Decimal 234 171 254
Hex EA AB FE

RGB Percentages of Color #eaabfe

%35.51
%25.95
%38.54

CMYK Percentages of Color #eaabfe

%8
%33
%0
%0

Triadic Colors of #eaabfe

#eaabfe #feeaab #abfeea

Analogous Colors of #eaabfe

#eaabfe #feabe9 #c1abfe

Monochromatic Colors of #eaabfe

#eaabfe

Complementary Color

#eaabfe #bffeab

#eaabfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaabfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaabfe Color CSS Codes

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

#eaabfe Text Font Color

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

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


#eaabfe Background Color

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

This div background color is #eaabfe


#eaabfe Border Color

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

This div border color is #eaabfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaabfe

Related Colors


Comments

No comments written yet.

Please login to write comment.