Color Hex Logo

#e25ffa Color Hex

#E25FFA
(226,95,250)
0 Favorites   0 Comments

Color spaces of #e25ffa

RGB 22695250
HSL0.810.940.68
HSV291°62°98°
CMYK 0.100.620.00   0.02
XYZ52.711631.255393.6971
Yxy31.25530.29670.1759
Hunter Lab55.906470.4631-60.2333
CIE-Lab62.722671.4744-54.5042

#e25ffa color RGB value is (226,95,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011111 11111010
Octal 342 137 372
Decimal 226 95 250
Hex E2 5F FA

RGB Percentages of Color #e25ffa

%39.58
%16.64
%43.78

CMYK Percentages of Color #e25ffa

%10
%62
%0
%2

Triadic Colors of #e25ffa

#e25ffa #fae25f #5ffae2

Analogous Colors of #e25ffa

#e25ffa #fa5fc5 #955ffa

Monochromatic Colors of #e25ffa

#e25ffa

Complementary Color

#e25ffa #77fa5f

#e25ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25ffa Color CSS Codes

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

#e25ffa Text Font Color

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

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


#e25ffa Background Color

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

This div background color is #e25ffa


#e25ffa Border Color

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

This div border color is #e25ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25ffa


Comments

No comments written yet.

Please login to write comment.