Color Hex Logo

#e4aeeb Color Hex

#E4AEEB
(228,174,235)
0 Favorites   0 Comments

Color spaces of #e4aeeb

RGB 228174235
HSL0.810.600.80
HSV293°26°92°
CMYK 0.030.260.00   0.08
XYZ62.126452.764285.5074
Yxy52.76420.31000.2633
Hunter Lab72.639025.5486-18.9463
CIE-Lab77.735629.8936-22.9074

#e4aeeb color RGB value is (228,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10101110 11101011
Octal 344 256 353
Decimal 228 174 235
Hex E4 AE EB

RGB Percentages of Color #e4aeeb

%35.79
%27.32
%36.89

CMYK Percentages of Color #e4aeeb

%3
%26
%0
%8

Triadic Colors of #e4aeeb

#e4aeeb #ebe4ae #aeebe4

Analogous Colors of #e4aeeb

#e4aeeb #ebaed4 #c6aeeb

Monochromatic Colors of #e4aeeb

#e4aeeb

Complementary Color

#e4aeeb #b5ebae

#e4aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4aeeb Color CSS Codes

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

#e4aeeb Text Font Color

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

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


#e4aeeb Background Color

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

This div background color is #e4aeeb


#e4aeeb Border Color

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

This div border color is #e4aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4aeeb


Comments

No comments written yet.

Please login to write comment.