Color Hex Logo

#eab1eb Color Hex

#EAB1EB
(234,177,235)
0 Favorites   0 Comments

Color spaces of #eab1eb

RGB 234177235
HSL0.830.590.81
HSV299°25°92°
CMYK 0.000.250.00   0.08
XYZ64.649254.934985.7934
Yxy54.93490.31480.2675
Hunter Lab74.118125.9893-16.7469
CIE-Lab79.003830.2231-20.9264

#eab1eb color RGB value is (234,177,235).

#eab1eb hex color red value is 234, green value is 177 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eab1eb hue: 0.83 , saturation: 0.59 and the lightness value of eab1eb is 0.81.

The process color (four color CMYK) of #eab1eb color hex is 0.00, 0.25, 0.00, 0.08. Web safe color of #eab1eb is #ff99ff. Color #eab1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 11101011
Octal 352 261 353
Decimal 234 177 235
Hex EA B1 EB

RGB Percentages of Color #eab1eb

%36.22
%27.40
%36.38

CMYK Percentages of Color #eab1eb

%0
%25
%0
%8

Triadic Colors of #eab1eb

#eab1eb #ebeab1 #b1ebea

Analogous Colors of #eab1eb

#eab1eb #ebb1cf #cdb1eb

Monochromatic Colors of #eab1eb

#eab1eb

Complementary Color

#eab1eb #b2ebb1

#eab1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab1eb Color CSS Codes

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

#eab1eb Text Font Color

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

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


#eab1eb Background Color

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

This div background color is #eab1eb


#eab1eb Border Color

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

This div border color is #eab1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab1eb


Comments

No comments written yet.

Please login to write comment.