Color Hex Logo

#eab4fd Color Hex

#EAB4FD
(234,180,253)
2 Favorites   0 Comments

Color spaces of #eab4fd

RGB 234180253
HSL0.790.950.85
HSV284°29°99°
CMYK 0.080.290.00   0.01
XYZ67.982657.2268100.3913
Yxy57.22680.30130.2537
Hunter Lab75.648428.0271-25.7286
CIE-Lab80.307032.0370-28.6128

#eab4fd color RGB value is (234,180,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110100 11111101
Octal 352 264 375
Decimal 234 180 253
Hex EA B4 FD

RGB Percentages of Color #eab4fd

%35.08
%26.99
%37.93

CMYK Percentages of Color #eab4fd

%8
%29
%0
%1

Triadic Colors of #eab4fd

#eab4fd #fdeab4 #b4fdea

Analogous Colors of #eab4fd

#eab4fd #fdb4ec #c6b4fd

Monochromatic Colors of #eab4fd

#eab4fd

Complementary Color

#eab4fd #c7fdb4

#eab4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab4fd Color CSS Codes

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

#eab4fd Text Font Color

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

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


#eab4fd Background Color

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

This div background color is #eab4fd


#eab4fd Border Color

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

This div border color is #eab4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab4fd

Related Colors

#eab4fd Color Palettes


Comments

No comments written yet.

Please login to write comment.