Color Hex Logo

#e370eb Color Hex

#E370EB
(227,112,235)
0 Favorites   0 Comments

Color spaces of #e370eb

RGB 227112235
HSL0.820.750.68
HSV296°52°92°
CMYK 0.030.520.00   0.08
XYZ52.468133.917482.3786
Yxy33.91740.31090.2010
Hunter Lab58.238658.8958-43.0987
CIE-Lab64.897061.4684-42.7643

#e370eb color RGB value is (227,112,235).

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

The process color (four color CMYK) of #e370eb color hex is 0.03, 0.52, 0.00, 0.08. Web safe color of #e370eb is #cc66ff. Color #e370eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110000 11101011
Octal 343 160 353
Decimal 227 112 235
Hex E3 70 EB

RGB Percentages of Color #e370eb

%39.55
%19.51
%40.94

CMYK Percentages of Color #e370eb

%3
%52
%0
%8

Triadic Colors of #e370eb

#e370eb #ebe370 #70ebe3

Analogous Colors of #e370eb

#e370eb #eb70b6 #a670eb

Monochromatic Colors of #e370eb

#e370eb

Complementary Color

#e370eb #78eb70

#e370eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e370eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e370eb Color CSS Codes

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

#e370eb Text Font Color

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

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


#e370eb Background Color

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

This div background color is #e370eb


#e370eb Border Color

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

This div border color is #e370eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e370eb


Comments

No comments written yet.

Please login to write comment.