Color Hex Logo

#e24ffa Color Hex

#E24FFA
(226,79,250)
0 Favorites   0 Comments

Color spaces of #e24ffa

RGB 22679250
HSL0.810.940.65
HSV292°68°98°
CMYK 0.100.680.00   0.02
XYZ51.415328.662893.2651
Yxy28.66280.29660.1654
Hunter Lab53.537777.7330-65.8096
CIE-Lab60.482977.7327-58.0729

#e24ffa color RGB value is (226,79,250).

#e24ffa hex color red value is 226, green value is 79 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e24ffa hue: 0.81 , saturation: 0.94 and the lightness value of e24ffa is 0.65.

The process color (four color CMYK) of #e24ffa color hex is 0.10, 0.68, 0.00, 0.02. Web safe color of #e24ffa is #cc66ff. Color #e24ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001111 11111010
Octal 342 117 372
Decimal 226 79 250
Hex E2 4F FA

RGB Percentages of Color #e24ffa

%40.72
%14.23
%45.05

CMYK Percentages of Color #e24ffa

%10
%68
%0
%2

Triadic Colors of #e24ffa

#e24ffa #fae24f #4ffae2

Analogous Colors of #e24ffa

#e24ffa #fa4fbd #8d4ffa

Monochromatic Colors of #e24ffa

#e24ffa

Complementary Color

#e24ffa #67fa4f

#e24ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24ffa Color CSS Codes

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

#e24ffa Text Font Color

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

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


#e24ffa Background Color

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

This div background color is #e24ffa


#e24ffa Border Color

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

This div border color is #e24ffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,79,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.