Color Hex Logo

#e158ff Color Hex

#E158FF
(225,88,255)
0 Favorites   0 Comments

Color spaces of #e158ff

RGB 22588255
HSL0.801.000.67
HSV289°65°100°
CMYK 0.120.650.00   0.00
XYZ52.591130.207097.6664
Yxy30.20700.29140.1674
Hunter Lab54.960974.6219-66.8867
CIE-Lab61.832474.9979-58.6882

#e158ff color RGB value is (225,88,255).

#e158ff hex color red value is 225, green value is 88 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e158ff hue: 0.80 , saturation: 1.00 and the lightness value of e158ff is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011000 11111111
Octal 341 130 377
Decimal 225 88 255
Hex E1 58 FF

RGB Percentages of Color #e158ff

%39.61
%15.49
%44.89

CMYK Percentages of Color #e158ff

%12
%65
%0
%0

Triadic Colors of #e158ff

#e158ff #ffe158 #58ffe1

Analogous Colors of #e158ff

#e158ff #ff58ca #8e58ff

Monochromatic Colors of #e158ff

#e158ff

Complementary Color

#e158ff #76ff58

#e158ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e158ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e158ff Color CSS Codes

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

#e158ff Text Font Color

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

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


#e158ff Background Color

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

This div background color is #e158ff


#e158ff Border Color

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

This div border color is #e158ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e158ff

Related Colors


Comments

No comments written yet.

Please login to write comment.