Color Hex Logo

#e155f6 Color Hex

#E155F6
(225,85,246)
0 Favorites   0 Comments

Color spaces of #e155f6

RGB 22585246
HSL0.810.900.65
HSV292°65°96°
CMYK 0.090.650.00   0.04
XYZ50.934429.158490.1324
Yxy29.15840.29920.1713
Hunter Lab53.998573.8737-61.1658
CIE-Lab60.921274.5694-55.1663

#e155f6 color RGB value is (225,85,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010101 11110110
Octal 341 125 366
Decimal 225 85 246
Hex E1 55 F6

RGB Percentages of Color #e155f6

%40.47
%15.29
%44.24

CMYK Percentages of Color #e155f6

%9
%65
%0
%4

Triadic Colors of #e155f6

#e155f6 #f6e155 #55f6e1

Analogous Colors of #e155f6

#e155f6 #f655bb #9155f6

Monochromatic Colors of #e155f6

#e155f6

Complementary Color

#e155f6 #6af655

#e155f6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e155f6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e155f6 Color CSS Codes

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

#e155f6 Text Font Color

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

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


#e155f6 Background Color

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

This div background color is #e155f6


#e155f6 Border Color

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

This div border color is #e155f6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,85,246, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e155f6


Comments

No comments written yet.

Please login to write comment.