Color Hex Logo

#e47aeb Color Hex

#E47AEB
(228,122,235)
0 Favorites   0 Comments

Color spaces of #e47aeb

RGB 228122235
HSL0.820.740.70
HSV296°48°92°
CMYK 0.030.480.00   0.08
XYZ53.949836.411282.7819
Yxy36.41120.31160.2103
Hunter Lab60.341753.9938-39.0999
CIE-Lab66.832956.9490-39.7234

#e47aeb color RGB value is (228,122,235).

#e47aeb hex color red value is 228, green value is 122 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e47aeb hue: 0.82 , saturation: 0.74 and the lightness value of e47aeb is 0.70.

The process color (four color CMYK) of #e47aeb color hex is 0.03, 0.48, 0.00, 0.08. Web safe color of #e47aeb is #cc66ff. Color #e47aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111010 11101011
Octal 344 172 353
Decimal 228 122 235
Hex E4 7A EB

RGB Percentages of Color #e47aeb

%38.97
%20.85
%40.17

CMYK Percentages of Color #e47aeb

%3
%48
%0
%8

Triadic Colors of #e47aeb

#e47aeb #ebe47a #7aebe4

Analogous Colors of #e47aeb

#e47aeb #eb7aba #ac7aeb

Monochromatic Colors of #e47aeb

#e47aeb

Complementary Color

#e47aeb #81eb7a

#e47aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47aeb Color CSS Codes

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

#e47aeb Text Font Color

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

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


#e47aeb Background Color

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

This div background color is #e47aeb


#e47aeb Border Color

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

This div border color is #e47aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47aeb


Comments

No comments written yet.

Please login to write comment.