Color Hex Logo

#e158fb Color Hex

#E158FB
(225,88,251)
0 Favorites   0 Comments

Color spaces of #e158fb

RGB 22588251
HSL0.810.950.66
HSV290°65°98°
CMYK 0.100.650.00   0.02
XYZ51.953629.952094.3098
Yxy29.95200.29480.1700
Hunter Lab54.728473.6750-63.8606
CIE-Lab61.612874.2793-56.8314

#e158fb color RGB value is (225,88,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011000 11111011
Octal 341 130 373
Decimal 225 88 251
Hex E1 58 FB

RGB Percentages of Color #e158fb

%39.89
%15.60
%44.50

CMYK Percentages of Color #e158fb

%10
%65
%0
%2

Triadic Colors of #e158fb

#e158fb #fbe158 #58fbe1

Analogous Colors of #e158fb

#e158fb #fb58c4 #9058fb

Monochromatic Colors of #e158fb

#e158fb

Complementary Color

#e158fb #72fb58

#e158fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e158fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e158fb Color CSS Codes

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

#e158fb Text Font Color

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

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


#e158fb Background Color

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

This div background color is #e158fb


#e158fb Border Color

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

This div border color is #e158fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e158fb


Comments

No comments written yet.

Please login to write comment.