Color Hex Logo

#e48eeb Color Hex

#E48EEB
(228,142,235)
0 Favorites   0 Comments

Color spaces of #e48eeb

RGB 228142235
HSL0.820.700.74
HSV295°40°92°
CMYK 0.030.400.00   0.08
XYZ56.663341.838183.6863
Yxy41.83810.31100.2296
Hunter Lab64.682443.1761-31.4320
CIE-Lab70.759246.8531-33.6164

#e48eeb color RGB value is (228,142,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001110 11101011
Octal 344 216 353
Decimal 228 142 235
Hex E4 8E EB

RGB Percentages of Color #e48eeb

%37.69
%23.47
%38.84

CMYK Percentages of Color #e48eeb

%3
%40
%0
%8

Triadic Colors of #e48eeb

#e48eeb #ebe48e #8eebe4

Analogous Colors of #e48eeb

#e48eeb #eb8ec4 #b68eeb

Monochromatic Colors of #e48eeb

#e48eeb

Complementary Color

#e48eeb #95eb8e

#e48eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48eeb Color CSS Codes

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

#e48eeb Text Font Color

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

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


#e48eeb Background Color

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

This div background color is #e48eeb


#e48eeb Border Color

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

This div border color is #e48eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48eeb


Comments

No comments written yet.

Please login to write comment.