Color Hex Logo

#e27cee Color Hex

#E27CEE
(226,124,238)
0 Favorites   0 Comments

Color spaces of #e27cee

RGB 226124238
HSL0.820.770.71
HSV294°48°93°
CMYK 0.050.480.00   0.07
XYZ54.004336.757185.1374
Yxy36.75710.30700.2090
Hunter Lab60.627652.9012-40.8197
CIE-Lab67.094455.9613-40.9877

#e27cee color RGB value is (226,124,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111100 11101110
Octal 342 174 356
Decimal 226 124 238
Hex E2 7C EE

RGB Percentages of Color #e27cee

%38.44
%21.09
%40.48

CMYK Percentages of Color #e27cee

%5
%48
%0
%7

Triadic Colors of #e27cee

#e27cee #eee27c #7ceee2

Analogous Colors of #e27cee

#e27cee #ee7cc1 #a97cee

Monochromatic Colors of #e27cee

#e27cee

Complementary Color

#e27cee #88ee7c

#e27cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27cee Color CSS Codes

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

#e27cee Text Font Color

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

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


#e27cee Background Color

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

This div background color is #e27cee


#e27cee Border Color

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

This div border color is #e27cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27cee


Comments

No comments written yet.

Please login to write comment.