Color Hex Logo

#e37eff Color Hex

#E37EFF
(227,126,255)
0 Favorites   0 Comments

Color spaces of #e37eff

RGB 227126255
HSL0.801.000.75
HSV287°51°100°
CMYK 0.110.510.00   0.00
XYZ57.189438.472699.0195
Yxy38.47260.29380.1976
Hunter Lab62.026356.0344-51.2329
CIE-Lab68.367558.4603-48.3075

#e37eff color RGB value is (227,126,255).

#e37eff hex color red value is 227, green value is 126 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e37eff hue: 0.80 , saturation: 1.00 and the lightness value of e37eff is 0.75.

The process color (four color CMYK) of #e37eff color hex is 0.11, 0.51, 0.00, 0.00. Web safe color of #e37eff is #cc66ff. Color #e37eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111110 11111111
Octal 343 176 377
Decimal 227 126 255
Hex E3 7E FF

RGB Percentages of Color #e37eff

%37.34
%20.72
%41.94

CMYK Percentages of Color #e37eff

%11
%51
%0
%0

Triadic Colors of #e37eff

#e37eff #ffe37e #7effe3

Analogous Colors of #e37eff

#e37eff #ff7edb #a37eff

Monochromatic Colors of #e37eff

#e37eff

Complementary Color

#e37eff #9aff7e

#e37eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e37eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e37eff Color CSS Codes

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

#e37eff Text Font Color

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

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


#e37eff Background Color

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

This div background color is #e37eff


#e37eff Border Color

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

This div border color is #e37eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e37eff

#e37eff Color Palettes


Comments

No comments written yet.

Please login to write comment.