Color Hex Logo

#eaabea Color Hex

#EAABEA
(234,171,234)
0 Favorites   0 Comments

Color spaces of #eaabea

RGB 234171234
HSL0.830.600.79
HSV300°27°92°
CMYK 0.000.270.00   0.08
XYZ63.345952.558884.6481
Yxy52.55880.31590.2621
Hunter Lab72.497429.0969-18.4789
CIE-Lab77.613833.2394-22.4972

#eaabea color RGB value is (234,171,234).

#eaabea hex color red value is 234, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #eaabea hue: 0.83 , saturation: 0.60 and the lightness value of eaabea is 0.79.

The process color (four color CMYK) of #eaabea color hex is 0.00, 0.27, 0.00, 0.08. Web safe color of #eaabea is #ff99ff. Color #eaabea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 11101010
Octal 352 253 352
Decimal 234 171 234
Hex EA AB EA

RGB Percentages of Color #eaabea

%36.62
%26.76
%36.62

CMYK Percentages of Color #eaabea

%0
%27
%0
%8

Triadic Colors of #eaabea

#eaabea #eaeaab #abeaea

Analogous Colors of #eaabea

#eaabea #eaabcb #cbabea

Monochromatic Colors of #eaabea

#eaabea

Complementary Color

#eaabea #abeaab

#eaabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaabea Color CSS Codes

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

#eaabea Text Font Color

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

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


#eaabea Background Color

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

This div background color is #eaabea


#eaabea Border Color

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

This div border color is #eaabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaabea


Comments

No comments written yet.

Please login to write comment.