Color Hex Logo

#e315ed Color Hex

#E315ED
(227,21,237)
0 Favorites   0 Comments

Color spaces of #e315ed

RGB 22721237
HSL0.830.860.51
HSV297°91°93°
CMYK 0.040.910.00   0.07
XYZ47.232822.981682.0672
Yxy22.98160.31020.1509
Hunter Lab47.939191.9765-67.9414
CIE-Lab55.053489.7749-59.5061

#e315ed color RGB value is (227,21,237).

#e315ed hex color red value is 227, green value is 21 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e315ed hue: 0.83 , saturation: 0.86 and the lightness value of e315ed is 0.51.

The process color (four color CMYK) of #e315ed color hex is 0.04, 0.91, 0.00, 0.07. Web safe color of #e315ed is #cc00ff. Color #e315ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010101 11101101
Octal 343 25 355
Decimal 227 21 237
Hex E3 15 ED

RGB Percentages of Color #e315ed

%46.80
%4.33
%48.87

CMYK Percentages of Color #e315ed

%4
%91
%0
%7

Triadic Colors of #e315ed

#e315ed #ede315 #15ede3

Analogous Colors of #e315ed

#e315ed #ed158b #7715ed

Monochromatic Colors of #e315ed

#e315ed

Complementary Color

#e315ed #1fed15

#e315ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e315ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e315ed Color CSS Codes

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

#e315ed Text Font Color

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

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


#e315ed Background Color

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

This div background color is #e315ed


#e315ed Border Color

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

This div border color is #e315ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e315ed


Comments

No comments written yet.

Please login to write comment.