Color Hex Logo

#e37ffa Color Hex

#E37FFA
(227,127,250)
0 Favorites   0 Comments

Color spaces of #e37ffa

RGB 227127250
HSL0.800.920.74
HSV289°49°98°
CMYK 0.090.490.00   0.02
XYZ56.523238.411894.8776
Yxy38.41180.29780.2024
Hunter Lab61.977354.3316-47.3798
CIE-Lab68.323057.0065-45.6438

#e37ffa color RGB value is (227,127,250).

#e37ffa hex color red value is 227, green value is 127 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e37ffa hue: 0.80 , saturation: 0.92 and the lightness value of e37ffa is 0.74.

The process color (four color CMYK) of #e37ffa color hex is 0.09, 0.49, 0.00, 0.02. Web safe color of #e37ffa is #cc66ff. Color #e37ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111111 11111010
Octal 343 177 372
Decimal 227 127 250
Hex E3 7F FA

RGB Percentages of Color #e37ffa

%37.58
%21.03
%41.39

CMYK Percentages of Color #e37ffa

%9
%49
%0
%2

Triadic Colors of #e37ffa

#e37ffa #fae37f #7ffae3

Analogous Colors of #e37ffa

#e37ffa #fa7fd4 #a67ffa

Monochromatic Colors of #e37ffa

#e37ffa

Complementary Color

#e37ffa #96fa7f

#e37ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e37ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e37ffa Color CSS Codes

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

#e37ffa Text Font Color

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

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


#e37ffa Background Color

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

This div background color is #e37ffa


#e37ffa Border Color

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

This div border color is #e37ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e37ffa


Comments

No comments written yet.

Please login to write comment.