Color Hex Logo

#e37fef Color Hex

#E37FEF
(227,127,239)
0 Favorites   0 Comments

Color spaces of #e37fef

RGB 227127239
HSL0.820.780.72
HSV294°47°94°
CMYK 0.050.470.00   0.06
XYZ54.847937.741686.0554
Yxy37.74160.30700.2113
Hunter Lab61.434251.8534-40.0479
CIE-Lab67.829754.9369-40.3798

#e37fef color RGB value is (227,127,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111111 11101111
Octal 343 177 357
Decimal 227 127 239
Hex E3 7F EF

RGB Percentages of Color #e37fef

%38.28
%21.42
%40.30

CMYK Percentages of Color #e37fef

%5
%47
%0
%6

Triadic Colors of #e37fef

#e37fef #efe37f #7fefe3

Analogous Colors of #e37fef

#e37fef #ef7fc3 #ab7fef

Monochromatic Colors of #e37fef

#e37fef

Complementary Color

#e37fef #8bef7f

#e37fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e37fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e37fef Color CSS Codes

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

#e37fef Text Font Color

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

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


#e37fef Background Color

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

This div background color is #e37fef


#e37fef Border Color

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

This div border color is #e37fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e37fef


Comments

No comments written yet.

Please login to write comment.