Color Hex Logo

#eab3ed Color Hex

#EAB3ED
(234,179,237)
0 Favorites   0 Comments

Color spaces of #eab3ed

RGB 234179237
HSL0.820.620.82
HSV297°24°93°
CMYK 0.010.240.00   0.07
XYZ65.337855.847087.4566
Yxy55.84700.31320.2677
Hunter Lab74.730925.2850-17.0748
CIE-Lab79.526729.5249-21.2109

#eab3ed color RGB value is (234,179,237).

#eab3ed hex color red value is 234, green value is 179 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #eab3ed hue: 0.82 , saturation: 0.62 and the lightness value of eab3ed is 0.82.

The process color (four color CMYK) of #eab3ed color hex is 0.01, 0.24, 0.00, 0.07. Web safe color of #eab3ed is #ffccff. Color #eab3ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 11101101
Octal 352 263 355
Decimal 234 179 237
Hex EA B3 ED

RGB Percentages of Color #eab3ed

%36.00
%27.54
%36.46

CMYK Percentages of Color #eab3ed

%1
%24
%0
%7

Triadic Colors of #eab3ed

#eab3ed #edeab3 #b3edea

Analogous Colors of #eab3ed

#eab3ed #edb3d3 #cdb3ed

Monochromatic Colors of #eab3ed

#eab3ed

Complementary Color

#eab3ed #b6edb3

#eab3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab3ed Color CSS Codes

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

#eab3ed Text Font Color

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

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


#eab3ed Background Color

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

This div background color is #eab3ed


#eab3ed Border Color

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

This div border color is #eab3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab3ed


Comments

No comments written yet.

Please login to write comment.