Color Hex Logo

#e301ef Color Hex

#E301EF
(227,1,239)
0 Favorites   0 Comments

Color spaces of #e301ef

RGB 2271239
HSL0.820.990.47
HSV297°100°94°
CMYK 0.051.000.00   0.06
XYZ47.269422.584683.5292
Yxy22.58460.30820.1472
Hunter Lab47.523394.3808-70.9447
CIE-Lab54.641991.6509-61.2901

#e301ef color RGB value is (227,1,239).

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

The process color (four color CMYK) of #e301ef color hex is 0.05, 1.00, 0.00, 0.06. Web safe color of #e301ef is #cc00ff. Color #e301ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000001 11101111
Octal 343 1 357
Decimal 227 1 239
Hex E3 1 EF

RGB Percentages of Color #e301ef

%48.61
%0.21
%51.18

CMYK Percentages of Color #e301ef

%5
%100
%0
%6

Triadic Colors of #e301ef

#e301ef #efe301 #01efe3

Analogous Colors of #e301ef

#e301ef #ef0184 #6c01ef

Monochromatic Colors of #e301ef

#e301ef

Complementary Color

#e301ef #0def01

#e301ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e301ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e301ef Color CSS Codes

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

#e301ef Text Font Color

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

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


#e301ef Background Color

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

This div background color is #e301ef


#e301ef Border Color

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

This div border color is #e301ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e301ef


Comments

No comments written yet.

Please login to write comment.