Color Hex Logo

#eab0ed Color Hex

#EAB0ED
(234,176,237)
0 Favorites   0 Comments

Color spaces of #eab0ed

RGB 234176237
HSL0.830.630.81
HSV297°26°93°
CMYK 0.010.260.00   0.07
XYZ64.743154.657587.2584
Yxy54.65750.31330.2645
Hunter Lab73.930726.9385-18.2269
CIE-Lab78.843631.1263-22.2481

#eab0ed color RGB value is (234,176,237).

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

The process color (four color CMYK) of #eab0ed color hex is 0.01, 0.26, 0.00, 0.07. Web safe color of #eab0ed is #ff99ff. Color #eab0ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110000 11101101
Octal 352 260 355
Decimal 234 176 237
Hex EA B0 ED

RGB Percentages of Color #eab0ed

%36.17
%27.20
%36.63

CMYK Percentages of Color #eab0ed

%1
%26
%0
%7

Triadic Colors of #eab0ed

#eab0ed #edeab0 #b0edea

Analogous Colors of #eab0ed

#eab0ed #edb0d2 #ccb0ed

Monochromatic Colors of #eab0ed

#eab0ed

Complementary Color

#eab0ed #b3edb0

#eab0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab0ed Color CSS Codes

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

#eab0ed Text Font Color

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

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


#eab0ed Background Color

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

This div background color is #eab0ed


#eab0ed Border Color

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

This div border color is #eab0ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab0ed


Comments

No comments written yet.

Please login to write comment.