Color Hex Logo

#e48aeb Color Hex

#E48AEB
(228,138,235)
0 Favorites   0 Comments

Color spaces of #e48aeb

RGB 228138235
HSL0.820.710.73
HSV296°41°92°
CMYK 0.030.410.00   0.08
XYZ56.078840.669183.4915
Yxy40.66910.31110.2256
Hunter Lab63.772345.3641-32.9825
CIE-Lab69.943548.9170-34.8805

#e48aeb color RGB value is (228,138,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001010 11101011
Octal 344 212 353
Decimal 228 138 235
Hex E4 8A EB

RGB Percentages of Color #e48aeb

%37.94
%22.96
%39.10

CMYK Percentages of Color #e48aeb

%3
%41
%0
%8

Triadic Colors of #e48aeb

#e48aeb #ebe48a #8aebe4

Analogous Colors of #e48aeb

#e48aeb #eb8ac2 #b48aeb

Monochromatic Colors of #e48aeb

#e48aeb

Complementary Color

#e48aeb #91eb8a

#e48aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48aeb Color CSS Codes

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

#e48aeb Text Font Color

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

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


#e48aeb Background Color

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

This div background color is #e48aeb


#e48aeb Border Color

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

This div border color is #e48aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48aeb


Comments

No comments written yet.

Please login to write comment.