Color Hex Logo

#e05cfa Color Hex

#E05CFA
(224,92,250)
0 Favorites   0 Comments

Color spaces of #e05cfa

RGB 22492250
HSL0.810.940.67
HSV290°63°98°
CMYK 0.100.630.00   0.02
XYZ51.822930.403793.5796
Yxy30.40370.29480.1729
Hunter Lab55.139671.2690-62.0258
CIE-Lab62.001072.2628-55.6688

#e05cfa color RGB value is (224,92,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011100 11111010
Octal 340 134 372
Decimal 224 92 250
Hex E0 5C FA

RGB Percentages of Color #e05cfa

%39.58
%16.25
%44.17

CMYK Percentages of Color #e05cfa

%10
%63
%0
%2

Triadic Colors of #e05cfa

#e05cfa #fae05c #5cfae0

Analogous Colors of #e05cfa

#e05cfa #fa5cc5 #915cfa

Monochromatic Colors of #e05cfa

#e05cfa

Complementary Color

#e05cfa #76fa5c

#e05cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05cfa Color CSS Codes

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

#e05cfa Text Font Color

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

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


#e05cfa Background Color

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

This div background color is #e05cfa


#e05cfa Border Color

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

This div border color is #e05cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05cfa


Comments

No comments written yet.

Please login to write comment.