Color Hex Logo

#e301fb Color Hex

#E301FB
(227,1,251)
0 Favorites   0 Comments

Color spaces of #e301fb

RGB 2271251
HSL0.820.990.49
HSV294°100°98°
CMYK 0.101.000.00   0.02
XYZ49.102023.317693.1796
Yxy23.31760.29650.1408
Hunter Lab48.288397.0034-80.6072
CIE-Lab55.398093.4464-66.7819

#e301fb color RGB value is (227,1,251).

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

The process color (four color CMYK) of #e301fb color hex is 0.10, 1.00, 0.00, 0.02. Web safe color of #e301fb is #cc00ff. Color #e301fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000001 11111011
Octal 343 1 373
Decimal 227 1 251
Hex E3 1 FB

RGB Percentages of Color #e301fb

%47.39
%0.21
%52.40

CMYK Percentages of Color #e301fb

%10
%100
%0
%2

Triadic Colors of #e301fb

#e301fb #fbe301 #01fbe3

Analogous Colors of #e301fb

#e301fb #fb0196 #6601fb

Monochromatic Colors of #e301fb

#e301fb

Complementary Color

#e301fb #19fb01

#e301fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e301fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e301fb Color CSS Codes

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

#e301fb Text Font Color

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

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


#e301fb Background Color

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

This div background color is #e301fb


#e301fb Border Color

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

This div border color is #e301fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e301fb


Comments

No comments written yet.

Please login to write comment.