Color Hex Logo

#e27eef Color Hex

#E27EEF
(226,126,239)
0 Favorites   0 Comments

Color spaces of #e27eef

RGB 226126239
HSL0.810.780.72
HSV293°47°94°
CMYK 0.050.470.00   0.06
XYZ54.404937.322585.9979
Yxy37.32250.30610.2100
Hunter Lab61.092152.0499-40.6966
CIE-Lab67.518355.1556-40.8756

#e27eef color RGB value is (226,126,239).

#e27eef hex color red value is 226, green value is 126 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e27eef hue: 0.81 , saturation: 0.78 and the lightness value of e27eef is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111110 11101111
Octal 342 176 357
Decimal 226 126 239
Hex E2 7E EF

RGB Percentages of Color #e27eef

%38.24
%21.32
%40.44

CMYK Percentages of Color #e27eef

%5
%47
%0
%6

Triadic Colors of #e27eef

#e27eef #efe27e #7eefe2

Analogous Colors of #e27eef

#e27eef #ef7ec4 #aa7eef

Monochromatic Colors of #e27eef

#e27eef

Complementary Color

#e27eef #8bef7e

#e27eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27eef Color CSS Codes

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

#e27eef Text Font Color

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

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


#e27eef Background Color

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

This div background color is #e27eef


#e27eef Border Color

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

This div border color is #e27eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27eef


Comments

No comments written yet.

Please login to write comment.