Color Hex Logo

#e7aaeb Color Hex

#E7AAEB
(231,170,235)
0 Favorites   0 Comments

Color spaces of #e7aaeb

RGB 231170235
HSL0.820.620.79
HSV296°28°92°
CMYK 0.020.280.00   0.08
XYZ62.325151.736585.2985
Yxy51.73650.31260.2595
Hunter Lab71.928128.7946-19.9615
CIE-Lab77.123032.9961-23.8132

#e7aaeb color RGB value is (231,170,235).

#e7aaeb hex color red value is 231, green value is 170 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e7aaeb hue: 0.82 , saturation: 0.62 and the lightness value of e7aaeb is 0.79.

The process color (four color CMYK) of #e7aaeb color hex is 0.02, 0.28, 0.00, 0.08. Web safe color of #e7aaeb is #ff99ff. Color #e7aaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101010 11101011
Octal 347 252 353
Decimal 231 170 235
Hex E7 AA EB

RGB Percentages of Color #e7aaeb

%36.32
%26.73
%36.95

CMYK Percentages of Color #e7aaeb

%2
%28
%0
%8

Triadic Colors of #e7aaeb

#e7aaeb #ebe7aa #aaebe7

Analogous Colors of #e7aaeb

#e7aaeb #ebaacf #c7aaeb

Monochromatic Colors of #e7aaeb

#e7aaeb

Complementary Color

#e7aaeb #aeebaa

#e7aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7aaeb Color CSS Codes

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

#e7aaeb Text Font Color

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

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


#e7aaeb Background Color

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

This div background color is #e7aaeb


#e7aaeb Border Color

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

This div border color is #e7aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7aaeb


Comments

No comments written yet.

Please login to write comment.