Color Hex Logo

#e27eed Color Hex

#E27EED
(226,126,237)
0 Favorites   0 Comments

Color spaces of #e27eed

RGB 226126237
HSL0.820.760.71
HSV294°47°93°
CMYK 0.050.470.00   0.07
XYZ54.110937.204984.4501
Yxy37.20490.30790.2117
Hunter Lab60.995851.6091-39.3913
CIE-Lab67.430554.7850-39.9111

#e27eed color RGB value is (226,126,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111110 11101101
Octal 342 176 355
Decimal 226 126 237
Hex E2 7E ED

RGB Percentages of Color #e27eed

%38.37
%21.39
%40.24

CMYK Percentages of Color #e27eed

%5
%47
%0
%7

Triadic Colors of #e27eed

#e27eed #ede27e #7eede2

Analogous Colors of #e27eed

#e27eed #ed7ec1 #ab7eed

Monochromatic Colors of #e27eed

#e27eed

Complementary Color

#e27eed #89ed7e

#e27eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27eed Color CSS Codes

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

#e27eed Text Font Color

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

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


#e27eed Background Color

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

This div background color is #e27eed


#e27eed Border Color

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

This div border color is #e27eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27eed


Comments

No comments written yet.

Please login to write comment.