Color Hex Logo

#e315ea Color Hex

#E315EA
(227,21,234)
0 Favorites   0 Comments

Color spaces of #e315ea

RGB 22721234
HSL0.830.840.50
HSV298°91°92°
CMYK 0.030.910.00   0.08
XYZ46.798022.807779.7777
Yxy22.80770.31330.1527
Hunter Lab47.757491.3386-65.6125
CIE-Lab54.873789.3303-58.1073

#e315ea color RGB value is (227,21,234).

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

The process color (four color CMYK) of #e315ea color hex is 0.03, 0.91, 0.00, 0.08. Web safe color of #e315ea is #cc00ff. Color #e315ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010101 11101010
Octal 343 25 352
Decimal 227 21 234
Hex E3 15 EA

RGB Percentages of Color #e315ea

%47.10
%4.36
%48.55

CMYK Percentages of Color #e315ea

%3
%91
%0
%8

Triadic Colors of #e315ea

#e315ea #eae315 #15eae3

Analogous Colors of #e315ea

#e315ea #ea1587 #7915ea

Monochromatic Colors of #e315ea

#e315ea

Complementary Color

#e315ea #1cea15

#e315ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e315ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e315ea Color CSS Codes

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

#e315ea Text Font Color

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

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


#e315ea Background Color

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

This div background color is #e315ea


#e315ea Border Color

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

This div border color is #e315ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e315ea


Comments

No comments written yet.

Please login to write comment.