Color Hex Logo

#e28eed Color Hex

#E28EED
(226,142,237)
0 Favorites   0 Comments

Color spaces of #e28eed

RGB 226142237
HSL0.810.730.74
HSV293°40°93°
CMYK 0.050.400.00   0.07
XYZ56.323141.629285.1874
Yxy41.62920.30750.2273
Hunter Lab64.520742.9097-33.1168
CIE-Lab70.614546.6327-34.9546

#e28eed color RGB value is (226,142,237).

#e28eed hex color red value is 226, green value is 142 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e28eed hue: 0.81 , saturation: 0.73 and the lightness value of e28eed is 0.74.

The process color (four color CMYK) of #e28eed color hex is 0.05, 0.40, 0.00, 0.07. Web safe color of #e28eed is #cc99ff. Color #e28eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001110 11101101
Octal 342 216 355
Decimal 226 142 237
Hex E2 8E ED

RGB Percentages of Color #e28eed

%37.36
%23.47
%39.17

CMYK Percentages of Color #e28eed

%5
%40
%0
%7

Triadic Colors of #e28eed

#e28eed #ede28e #8eede2

Analogous Colors of #e28eed

#e28eed #ed8ec9 #b38eed

Monochromatic Colors of #e28eed

#e28eed

Complementary Color

#e28eed #99ed8e

#e28eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28eed Color CSS Codes

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

#e28eed Text Font Color

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

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


#e28eed Background Color

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

This div background color is #e28eed


#e28eed Border Color

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

This div border color is #e28eed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,142,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e28eed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28eed


Comments

No comments written yet.

Please login to write comment.