Color Hex Logo

#e27eee Color Hex

#E27EEE
(226,126,238)
0 Favorites   0 Comments

Color spaces of #e27eee

RGB 226126238
HSL0.820.770.71
HSV294°47°93°
CMYK 0.050.470.00   0.07
XYZ54.257537.263585.2218
Yxy37.26350.30700.2108
Hunter Lab61.043851.8292-40.0426
CIE-Lab67.474354.9702-40.3937

#e27eee color RGB value is (226,126,238).

#e27eee hex color red value is 226, green value is 126 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e27eee hue: 0.82 , saturation: 0.77 and the lightness value of e27eee is 0.71.

The process color (four color CMYK) of #e27eee color hex is 0.05, 0.47, 0.00, 0.07. Web safe color of #e27eee is #cc66ff. Color #e27eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111110 11101110
Octal 342 176 356
Decimal 226 126 238
Hex E2 7E EE

RGB Percentages of Color #e27eee

%38.31
%21.36
%40.34

CMYK Percentages of Color #e27eee

%5
%47
%0
%7

Triadic Colors of #e27eee

#e27eee #eee27e #7eeee2

Analogous Colors of #e27eee

#e27eee #ee7ec2 #aa7eee

Monochromatic Colors of #e27eee

#e27eee

Complementary Color

#e27eee #8aee7e

#e27eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27eee Color CSS Codes

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

#e27eee Text Font Color

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

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


#e27eee Background Color

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

This div background color is #e27eee


#e27eee Border Color

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

This div border color is #e27eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27eee


Comments

No comments written yet.

Please login to write comment.