Color Hex Logo

#e310eb Color Hex

#E310EB
(227,16,235)
0 Favorites   0 Comments

Color spaces of #e310eb

RGB 22716235
HSL0.830.870.49
HSV298°93°92°
CMYK 0.030.930.00   0.08
XYZ46.859222.699680.5090
Yxy22.69960.31230.1513
Hunter Lab47.644192.1822-66.8374
CIE-Lab54.761689.9858-58.8499

#e310eb color RGB value is (227,16,235).

#e310eb hex color red value is 227, green value is 16 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e310eb hue: 0.83 , saturation: 0.87 and the lightness value of e310eb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010000 11101011
Octal 343 20 353
Decimal 227 16 235
Hex E3 10 EB

RGB Percentages of Color #e310eb

%47.49
%3.35
%49.16

CMYK Percentages of Color #e310eb

%3
%93
%0
%8

Triadic Colors of #e310eb

#e310eb #ebe310 #10ebe3

Analogous Colors of #e310eb

#e310eb #eb1086 #7610eb

Monochromatic Colors of #e310eb

#e310eb

Complementary Color

#e310eb #18eb10

#e310eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e310eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e310eb Color CSS Codes

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

#e310eb Text Font Color

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

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


#e310eb Background Color

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

This div background color is #e310eb


#e310eb Border Color

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

This div border color is #e310eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e310eb


Comments

No comments written yet.

Please login to write comment.