Color Hex Logo

#e7abea Color Hex

#E7ABEA
(231,171,234)
0 Favorites   0 Comments

Color spaces of #e7abea

RGB 231171234
HSL0.830.600.79
HSV297°27°92°
CMYK 0.010.270.00   0.08
XYZ62.369252.055384.6024
Yxy52.05530.31340.2615
Hunter Lab72.149428.0422-19.0190
CIE-Lab77.313932.2758-22.9812

#e7abea color RGB value is (231,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101011 11101010
Octal 347 253 352
Decimal 231 171 234
Hex E7 AB EA

RGB Percentages of Color #e7abea

%36.32
%26.89
%36.79

CMYK Percentages of Color #e7abea

%1
%27
%0
%8

Triadic Colors of #e7abea

#e7abea #eae7ab #abeae7

Analogous Colors of #e7abea

#e7abea #eaabce #c8abea

Monochromatic Colors of #e7abea

#e7abea

Complementary Color

#e7abea #aeeaab

#e7abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7abea Color CSS Codes

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

#e7abea Text Font Color

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

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


#e7abea Background Color

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

This div background color is #e7abea


#e7abea Border Color

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

This div border color is #e7abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7abea


Comments

No comments written yet.

Please login to write comment.