Color Hex Logo

#e0aeeb Color Hex

#E0AEEB
(224,174,235)
0 Favorites   0 Comments

Color spaces of #e0aeeb

RGB 224174235
HSL0.800.600.80
HSV289°26°92°
CMYK 0.050.260.00   0.08
XYZ60.871952.117685.4487
Yxy52.11760.30680.2626
Hunter Lab72.192524.1722-19.6422
CIE-Lab77.351128.6102-23.5281

#e0aeeb color RGB value is (224,174,235).

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

The process color (four color CMYK) of #e0aeeb color hex is 0.05, 0.26, 0.00, 0.08. Web safe color of #e0aeeb is #cc99ff. Color #e0aeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101110 11101011
Octal 340 256 353
Decimal 224 174 235
Hex E0 AE EB

RGB Percentages of Color #e0aeeb

%35.39
%27.49
%37.12

CMYK Percentages of Color #e0aeeb

%5
%26
%0
%8

Triadic Colors of #e0aeeb

#e0aeeb #ebe0ae #aeebe0

Analogous Colors of #e0aeeb

#e0aeeb #ebaed8 #c2aeeb

Monochromatic Colors of #e0aeeb

#e0aeeb

Complementary Color

#e0aeeb #b9ebae

#e0aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0aeeb Color CSS Codes

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

#e0aeeb Text Font Color

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

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


#e0aeeb Background Color

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

This div background color is #e0aeeb


#e0aeeb Border Color

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

This div border color is #e0aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0aeeb


Comments

No comments written yet.

Please login to write comment.