Color Hex Logo

#e240fb Color Hex

#E240FB
(226,64,251)
0 Favorites   0 Comments

Color spaces of #e240fb

RGB 22664251
HSL0.810.960.62
HSV292°75°98°
CMYK 0.100.750.00   0.02
XYZ50.610026.800693.7724
Yxy26.80060.29560.1566
Hunter Lab51.769383.9065-71.1565
CIE-Lab58.789382.8944-61.3366

#e240fb color RGB value is (226,64,251).

#e240fb hex color red value is 226, green value is 64 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e240fb hue: 0.81 , saturation: 0.96 and the lightness value of e240fb is 0.62.

The process color (four color CMYK) of #e240fb color hex is 0.10, 0.75, 0.00, 0.02. Web safe color of #e240fb is #cc33ff. Color #e240fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000000 11111011
Octal 342 100 373
Decimal 226 64 251
Hex E2 40 FB

RGB Percentages of Color #e240fb

%41.77
%11.83
%46.40

CMYK Percentages of Color #e240fb

%10
%75
%0
%2

Triadic Colors of #e240fb

#e240fb #fbe240 #40fbe2

Analogous Colors of #e240fb

#e240fb #fb40b7 #8540fb

Monochromatic Colors of #e240fb

#e240fb

Complementary Color

#e240fb #59fb40

#e240fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e240fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e240fb Color CSS Codes

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

#e240fb Text Font Color

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

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


#e240fb Background Color

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

This div background color is #e240fb


#e240fb Border Color

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

This div border color is #e240fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e240fb


Comments

No comments written yet.

Please login to write comment.