Color Hex Logo

#e05ffa Color Hex

#E05FFA
(224,95,250)
0 Favorites   0 Comments

Color spaces of #e05ffa

RGB 22495250
HSL0.810.940.68
HSV290°62°98°
CMYK 0.100.620.00   0.02
XYZ52.088030.933893.6680
Yxy30.93380.29480.1751
Hunter Lab55.618269.8386-60.9191
CIE-Lab62.451771.0154-54.9515

#e05ffa color RGB value is (224,95,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011111 11111010
Octal 340 137 372
Decimal 224 95 250
Hex E0 5F FA

RGB Percentages of Color #e05ffa

%39.37
%16.70
%43.94

CMYK Percentages of Color #e05ffa

%10
%62
%0
%2

Triadic Colors of #e05ffa

#e05ffa #fae05f #5ffae0

Analogous Colors of #e05ffa

#e05ffa #fa5fc7 #935ffa

Monochromatic Colors of #e05ffa

#e05ffa

Complementary Color

#e05ffa #79fa5f

#e05ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05ffa Color CSS Codes

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

#e05ffa Text Font Color

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

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


#e05ffa Background Color

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

This div background color is #e05ffa


#e05ffa Border Color

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

This div border color is #e05ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.