Color Hex Logo

#eab5ef Color Hex

#EAB5EF
(234,181,239)
0 Favorites   0 Comments

Color spaces of #eab5ef

RGB 234181239
HSL0.820.640.82
HSV295°24°94°
CMYK 0.020.240.00   0.06
XYZ66.035556.772289.1390
Yxy56.77220.31160.2679
Hunter Lab75.347324.5822-17.3994
CIE-Lab80.051328.8287-21.4909

#eab5ef color RGB value is (234,181,239).

#eab5ef hex color red value is 234, green value is 181 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eab5ef hue: 0.82 , saturation: 0.64 and the lightness value of eab5ef is 0.82.

The process color (four color CMYK) of #eab5ef color hex is 0.02, 0.24, 0.00, 0.06. Web safe color of #eab5ef is #ffccff. Color #eab5ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110101 11101111
Octal 352 265 357
Decimal 234 181 239
Hex EA B5 EF

RGB Percentages of Color #eab5ef

%35.78
%27.68
%36.54

CMYK Percentages of Color #eab5ef

%2
%24
%0
%6

Triadic Colors of #eab5ef

#eab5ef #efeab5 #b5efea

Analogous Colors of #eab5ef

#eab5ef #efb5d7 #cdb5ef

Monochromatic Colors of #eab5ef

#eab5ef

Complementary Color

#eab5ef #baefb5

#eab5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab5ef Color CSS Codes

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

#eab5ef Text Font Color

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

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


#eab5ef Background Color

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

This div background color is #eab5ef


#eab5ef Border Color

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

This div border color is #eab5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab5ef

Related Colors


Comments

No comments written yet.

Please login to write comment.