Color Hex Logo

#e301eb Color Hex

#E301EB
(227,1,235)
0 Favorites   0 Comments

Color spaces of #e301eb

RGB 2271235
HSL0.830.990.46
HSV298°100°92°
CMYK 0.031.000.00   0.08
XYZ46.684822.350880.4508
Yxy22.35080.31230.1495
Hunter Lab47.276693.5313-67.8003
CIE-Lab54.397291.0654-59.4345

#e301eb color RGB value is (227,1,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000001 11101011
Octal 343 1 353
Decimal 227 1 235
Hex E3 1 EB

RGB Percentages of Color #e301eb

%49.03
%0.22
%50.76

CMYK Percentages of Color #e301eb

%3
%100
%0
%8

Triadic Colors of #e301eb

#e301eb #ebe301 #01ebe3

Analogous Colors of #e301eb

#e301eb #eb017e #6e01eb

Monochromatic Colors of #e301eb

#e301eb

Complementary Color

#e301eb #09eb01

#e301eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e301eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e301eb Color CSS Codes

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

#e301eb Text Font Color

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

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


#e301eb Background Color

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

This div background color is #e301eb


#e301eb Border Color

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

This div border color is #e301eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e301eb


Comments

No comments written yet.

Please login to write comment.