Color Hex Logo

#eab6fd Color Hex

#EAB6FD
(234,182,253)
0 Favorites   0 Comments

Color spaces of #eab6fd

RGB 234182253
HSL0.790.950.85
HSV284°28°99°
CMYK 0.080.280.00   0.01
XYZ68.389358.0402100.5269
Yxy58.04020.30130.2557
Hunter Lab76.184126.9145-24.9058
CIE-Lab80.761130.9694-27.9174

#eab6fd color RGB value is (234,182,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 11111101
Octal 352 266 375
Decimal 234 182 253
Hex EA B6 FD

RGB Percentages of Color #eab6fd

%34.98
%27.20
%37.82

CMYK Percentages of Color #eab6fd

%8
%28
%0
%1

Triadic Colors of #eab6fd

#eab6fd #fdeab6 #b6fdea

Analogous Colors of #eab6fd

#eab6fd #fdb6ed #c7b6fd

Monochromatic Colors of #eab6fd

#eab6fd

Complementary Color

#eab6fd #c9fdb6

#eab6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab6fd Color CSS Codes

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

#eab6fd Text Font Color

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

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


#eab6fd Background Color

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

This div background color is #eab6fd


#eab6fd Border Color

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

This div border color is #eab6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab6fd

Related Colors


Comments

No comments written yet.

Please login to write comment.