Color Hex Logo

#e311eb Color Hex

#E311EB
(227,17,235)
0 Favorites   0 Comments

Color spaces of #e311eb

RGB 22717235
HSL0.830.870.49
HSV298°93°92°
CMYK 0.030.930.00   0.08
XYZ46.874422.729980.5140
Yxy22.72990.31220.1514
Hunter Lab47.675992.0664-66.7545
CIE-Lab54.793089.8928-58.7994

#e311eb color RGB value is (227,17,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010001 11101011
Octal 343 21 353
Decimal 227 17 235
Hex E3 11 EB

RGB Percentages of Color #e311eb

%47.39
%3.55
%49.06

CMYK Percentages of Color #e311eb

%3
%93
%0
%8

Triadic Colors of #e311eb

#e311eb #ebe311 #11ebe3

Analogous Colors of #e311eb

#e311eb #eb1186 #7611eb

Monochromatic Colors of #e311eb

#e311eb

Complementary Color

#e311eb #19eb11

#e311eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e311eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e311eb Color CSS Codes

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

#e311eb Text Font Color

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

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


#e311eb Background Color

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

This div background color is #e311eb


#e311eb Border Color

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

This div border color is #e311eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e311eb


Comments

No comments written yet.

Please login to write comment.