Color Hex Logo

#e15bfa Color Hex

#E15BFA
(225,91,250)
0 Favorites   0 Comments

Color spaces of #e15bfa

RGB 22591250
HSL0.810.940.67
HSV291°64°98°
CMYK 0.100.640.00   0.02
XYZ52.047730.391993.5655
Yxy30.39190.29570.1727
Hunter Lab55.128872.0482-62.0377
CIE-Lab61.990972.8961-55.6766

#e15bfa color RGB value is (225,91,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011011 11111010
Octal 341 133 372
Decimal 225 91 250
Hex E1 5B FA

RGB Percentages of Color #e15bfa

%39.75
%16.08
%44.17

CMYK Percentages of Color #e15bfa

%10
%64
%0
%2

Triadic Colors of #e15bfa

#e15bfa #fae15b #5bfae1

Analogous Colors of #e15bfa

#e15bfa #fa5bc4 #925bfa

Monochromatic Colors of #e15bfa

#e15bfa

Complementary Color

#e15bfa #74fa5b

#e15bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15bfa Color CSS Codes

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

#e15bfa Text Font Color

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

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


#e15bfa Background Color

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

This div background color is #e15bfa


#e15bfa Border Color

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

This div border color is #e15bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15bfa


Comments

No comments written yet.

Please login to write comment.