Color Hex Logo

#e25aff Color Hex

#E25AFF
(226,90,255)
0 Favorites   0 Comments

Color spaces of #e25aff

RGB 22690255
HSL0.801.000.68
HSV289°65°100°
CMYK 0.110.650.00   0.00
XYZ53.070230.701197.7365
Yxy30.70110.29240.1691
Hunter Lab55.408674.0019-65.7970
CIE-Lab62.254574.4213-58.0066

#e25aff color RGB value is (226,90,255).

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

The process color (four color CMYK) of #e25aff color hex is 0.11, 0.65, 0.00, 0.00. Web safe color of #e25aff is #cc66ff. Color #e25aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011010 11111111
Octal 342 132 377
Decimal 226 90 255
Hex E2 5A FF

RGB Percentages of Color #e25aff

%39.58
%15.76
%44.66

CMYK Percentages of Color #e25aff

%11
%65
%0
%0

Triadic Colors of #e25aff

#e25aff #ffe25a #5affe2

Analogous Colors of #e25aff

#e25aff #ff5aca #905aff

Monochromatic Colors of #e25aff

#e25aff

Complementary Color

#e25aff #77ff5a

#e25aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25aff Color CSS Codes

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

#e25aff Text Font Color

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

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


#e25aff Background Color

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

This div background color is #e25aff


#e25aff Border Color

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

This div border color is #e25aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25aff


Comments

No comments written yet.

Please login to write comment.