Color Hex Logo

#e155fa Color Hex

#E155FA
(225,85,250)
0 Favorites   0 Comments

Color spaces of #e155fa

RGB 22585250
HSL0.810.940.66
HSV291°66°98°
CMYK 0.100.660.00   0.02
XYZ51.555229.406793.4013
Yxy29.40670.29570.1687
Hunter Lab54.227974.8033-64.1605
CIE-Lab61.138975.2742-57.0343

#e155fa color RGB value is (225,85,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010101 11111010
Octal 341 125 372
Decimal 225 85 250
Hex E1 55 FA

RGB Percentages of Color #e155fa

%40.18
%15.18
%44.64

CMYK Percentages of Color #e155fa

%10
%66
%0
%2

Triadic Colors of #e155fa

#e155fa #fae155 #55fae1

Analogous Colors of #e155fa

#e155fa #fa55c1 #8f55fa

Monochromatic Colors of #e155fa

#e155fa

Complementary Color

#e155fa #6efa55

#e155fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e155fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e155fa Color CSS Codes

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

#e155fa Text Font Color

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

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


#e155fa Background Color

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

This div background color is #e155fa


#e155fa Border Color

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

This div border color is #e155fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e155fa

Related Colors


Comments

No comments written yet.

Please login to write comment.