Color Hex Logo

#eab6fa Color Hex

#EAB6FA
(234,182,250)
0 Favorites   0 Comments

Color spaces of #eab6fa

RGB 234182250
HSL0.790.870.85
HSV286°27°98°
CMYK 0.060.270.00   0.02
XYZ67.915057.850498.0292
Yxy57.85040.30350.2585
Hunter Lab76.059526.2822-23.1743
CIE-Lab80.655530.3863-26.4730

#eab6fa color RGB value is (234,182,250).

#eab6fa hex color red value is 234, green value is 182 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #eab6fa hue: 0.79 , saturation: 0.87 and the lightness value of eab6fa is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 11111010
Octal 352 266 372
Decimal 234 182 250
Hex EA B6 FA

RGB Percentages of Color #eab6fa

%35.14
%27.33
%37.54

CMYK Percentages of Color #eab6fa

%6
%27
%0
%2

Triadic Colors of #eab6fa

#eab6fa #faeab6 #b6faea

Analogous Colors of #eab6fa

#eab6fa #fab6e8 #c8b6fa

Monochromatic Colors of #eab6fa

#eab6fa

Complementary Color

#eab6fa #c6fab6

#eab6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab6fa Color CSS Codes

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

#eab6fa Text Font Color

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

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


#eab6fa Background Color

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

This div background color is #eab6fa


#eab6fa Border Color

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

This div border color is #eab6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab6fa


Comments

No comments written yet.

Please login to write comment.