Color Hex Logo

#e25afe Color Hex

#E25AFE
(226,90,254)
0 Favorites   0 Comments

Color spaces of #e25afe

RGB 22690254
HSL0.800.990.67
HSV290°65°100°
CMYK 0.110.650.00   0.00
XYZ52.909630.636896.8908
Yxy30.63680.29320.1698
Hunter Lab55.350573.7649-65.0415
CIE-Lab62.199874.2412-57.5428

#e25afe color RGB value is (226,90,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011010 11111110
Octal 342 132 376
Decimal 226 90 254
Hex E2 5A FE

RGB Percentages of Color #e25afe

%39.65
%15.79
%44.56

CMYK Percentages of Color #e25afe

%11
%65
%0
%0

Triadic Colors of #e25afe

#e25afe #fee25a #5afee2

Analogous Colors of #e25afe

#e25afe #fe5ac8 #905afe

Monochromatic Colors of #e25afe

#e25afe

Complementary Color

#e25afe #76fe5a

#e25afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25afe Color CSS Codes

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

#e25afe Text Font Color

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

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


#e25afe Background Color

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

This div background color is #e25afe


#e25afe Border Color

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

This div border color is #e25afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25afe


Comments

No comments written yet.

Please login to write comment.