Color Hex Logo

#e7aeeb Color Hex

#E7AEEB
(231,174,235)
0 Favorites   0 Comments

Color spaces of #e7aeeb

RGB 231174235
HSL0.820.600.80
HSV296°26°92°
CMYK 0.020.260.00   0.08
XYZ63.086453.259285.5523
Yxy53.25920.31250.2638
Hunter Lab72.978926.5907-18.4197
CIE-Lab78.027830.8577-22.4359

#e7aeeb color RGB value is (231,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101110 11101011
Octal 347 256 353
Decimal 231 174 235
Hex E7 AE EB

RGB Percentages of Color #e7aeeb

%36.09
%27.19
%36.72

CMYK Percentages of Color #e7aeeb

%2
%26
%0
%8

Triadic Colors of #e7aeeb

#e7aeeb #ebe7ae #aeebe7

Analogous Colors of #e7aeeb

#e7aeeb #ebaed1 #c9aeeb

Monochromatic Colors of #e7aeeb

#e7aeeb

Complementary Color

#e7aeeb #b2ebae

#e7aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7aeeb Color CSS Codes

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

#e7aeeb Text Font Color

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

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


#e7aeeb Background Color

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

This div background color is #e7aeeb


#e7aeeb Border Color

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

This div border color is #e7aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7aeeb


Comments

No comments written yet.

Please login to write comment.