Color Hex Logo

#eab5fd Color Hex

#EAB5FD
(234,181,253)
0 Favorites   0 Comments

Color spaces of #eab5fd

RGB 234181253
HSL0.790.950.85
HSV284°28°99°
CMYK 0.080.280.00   0.01
XYZ68.185257.6320100.4588
Yxy57.63200.30130.2547
Hunter Lab75.915727.4707-25.3170
CIE-Lab80.533831.5033-28.2655

#eab5fd color RGB value is (234,181,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110101 11111101
Octal 352 265 375
Decimal 234 181 253
Hex EA B5 FD

RGB Percentages of Color #eab5fd

%35.03
%27.10
%37.87

CMYK Percentages of Color #eab5fd

%8
%28
%0
%1

Triadic Colors of #eab5fd

#eab5fd #fdeab5 #b5fdea

Analogous Colors of #eab5fd

#eab5fd #fdb5ec #c6b5fd

Monochromatic Colors of #eab5fd

#eab5fd

Complementary Color

#eab5fd #c8fdb5

#eab5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab5fd Color CSS Codes

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

#eab5fd Text Font Color

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

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


#eab5fd Background Color

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

This div background color is #eab5fd


#eab5fd Border Color

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

This div border color is #eab5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab5fd

Related Colors

#eab5fd Color Palettes


Comments

No comments written yet.

Please login to write comment.