Color Hex Logo

#eabbff Color Hex

#EABBFF
(234,187,255)
0 Favorites   0 Comments

Color spaces of #eabbff

RGB 234187255
HSL0.781.000.87
HSV281°27°100°
CMYK 0.080.270.00   0.00
XYZ69.752060.2531102.5614
Yxy60.25310.29990.2591
Hunter Lab77.622924.5603-24.0026
CIE-Lab81.975628.6910-27.1286

#eabbff color RGB value is (234,187,255).

#eabbff hex color red value is 234, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #eabbff hue: 0.78 , saturation: 1.00 and the lightness value of eabbff is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111011 11111111
Octal 352 273 377
Decimal 234 187 255
Hex EA BB FF

RGB Percentages of Color #eabbff

%34.62
%27.66
%37.72

CMYK Percentages of Color #eabbff

%8
%27
%0
%0

Triadic Colors of #eabbff

#eabbff #ffeabb #bbffea

Analogous Colors of #eabbff

#eabbff #ffbbf2 #c8bbff

Monochromatic Colors of #eabbff

#eabbff

Complementary Color

#eabbff #d0ffbb

#eabbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabbff Color CSS Codes

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

#eabbff Text Font Color

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

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


#eabbff Background Color

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

This div background color is #eabbff


#eabbff Border Color

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

This div border color is #eabbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabbff

#eabbff Color Palettes


Comments

No comments written yet.

Please login to write comment.