Color Hex Logo

#e370ef Color Hex

#E370EF
(227,112,239)
0 Favorites   0 Comments

Color spaces of #e370ef

RGB 227112239
HSL0.820.800.69
HSV294°53°94°
CMYK 0.050.530.00   0.06
XYZ53.052734.151285.4570
Yxy34.15120.30730.1978
Hunter Lab58.439059.7793-45.7941
CIE-Lab65.082462.1868-44.6869

#e370ef color RGB value is (227,112,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110000 11101111
Octal 343 160 357
Decimal 227 112 239
Hex E3 70 EF

RGB Percentages of Color #e370ef

%39.27
%19.38
%41.35

CMYK Percentages of Color #e370ef

%5
%53
%0
%6

Triadic Colors of #e370ef

#e370ef #efe370 #70efe3

Analogous Colors of #e370ef

#e370ef #ef70bc #a470ef

Monochromatic Colors of #e370ef

#e370ef

Complementary Color

#e370ef #7cef70

#e370ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e370ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e370ef Color CSS Codes

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

#e370ef Text Font Color

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

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


#e370ef Background Color

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

This div background color is #e370ef


#e370ef Border Color

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

This div border color is #e370ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e370ef


Comments

No comments written yet.

Please login to write comment.