Color Hex Logo

#e27feb Color Hex

#E27FEB
(226,127,235)
0 Favorites   0 Comments

Color spaces of #e27feb

RGB 226127235
HSL0.820.730.71
HSV295°46°92°
CMYK 0.040.460.00   0.08
XYZ53.948837.345782.9623
Yxy37.34570.30960.2143
Hunter Lab61.111150.6350-37.7122
CIE-Lab67.535653.9177-38.6444

#e27feb color RGB value is (226,127,235).

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

The process color (four color CMYK) of #e27feb color hex is 0.04, 0.46, 0.00, 0.08. Web safe color of #e27feb is #cc66ff. Color #e27feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111111 11101011
Octal 342 177 353
Decimal 226 127 235
Hex E2 7F EB

RGB Percentages of Color #e27feb

%38.44
%21.60
%39.97

CMYK Percentages of Color #e27feb

%4
%46
%0
%8

Triadic Colors of #e27feb

#e27feb #ebe27f #7febe2

Analogous Colors of #e27feb

#e27feb #eb7fbe #ac7feb

Monochromatic Colors of #e27feb

#e27feb

Complementary Color

#e27feb #88eb7f

#e27feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27feb Color CSS Codes

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

#e27feb Text Font Color

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

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


#e27feb Background Color

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

This div background color is #e27feb


#e27feb Border Color

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

This div border color is #e27feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27feb


Comments

No comments written yet.

Please login to write comment.