Color Hex Logo

#e05eff Color Hex

#E05EFF
(224,94,255)
0 Favorites   0 Comments

Color spaces of #e05eff

RGB 22494255
HSL0.801.000.68
HSV288°63°100°
CMYK 0.120.630.00   0.00
XYZ52.793231.072797.8229
Yxy31.07270.29060.1710
Hunter Lab55.742971.5044-65.0277
CIE-Lab62.569072.3483-57.5212

#e05eff color RGB value is (224,94,255).

#e05eff hex color red value is 224, green value is 94 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e05eff hue: 0.80 , saturation: 1.00 and the lightness value of e05eff is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011110 11111111
Octal 340 136 377
Decimal 224 94 255
Hex E0 5E FF

RGB Percentages of Color #e05eff

%39.09
%16.40
%44.50

CMYK Percentages of Color #e05eff

%12
%63
%0
%0

Triadic Colors of #e05eff

#e05eff #ffe05e #5effe0

Analogous Colors of #e05eff

#e05eff #ff5ece #905eff

Monochromatic Colors of #e05eff

#e05eff

Complementary Color

#e05eff #7dff5e

#e05eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05eff Color CSS Codes

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

#e05eff Text Font Color

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

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


#e05eff Background Color

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

This div background color is #e05eff


#e05eff Border Color

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

This div border color is #e05eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,94,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05eff

#e05eff Color Palettes


Comments

No comments written yet.

Please login to write comment.