Color Hex Logo

#e153fb Color Hex

#E153FB
(225,83,251)
0 Favorites   0 Comments

Color spaces of #e153fb

RGB 22583251
HSL0.810.950.65
HSV291°67°98°
CMYK 0.100.670.00   0.02
XYZ51.557229.159194.1777
Yxy29.15910.29480.1667
Hunter Lab53.999275.9293-65.6058
CIE-Lab60.921876.2153-57.9337

#e153fb color RGB value is (225,83,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010011 11111011
Octal 341 123 373
Decimal 225 83 251
Hex E1 53 FB

RGB Percentages of Color #e153fb

%40.25
%14.85
%44.90

CMYK Percentages of Color #e153fb

%10
%67
%0
%2

Triadic Colors of #e153fb

#e153fb #fbe153 #53fbe1

Analogous Colors of #e153fb

#e153fb #fb53c1 #8d53fb

Monochromatic Colors of #e153fb

#e153fb

Complementary Color

#e153fb #6dfb53

#e153fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e153fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e153fb Color CSS Codes

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

#e153fb Text Font Color

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

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


#e153fb Background Color

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

This div background color is #e153fb


#e153fb Border Color

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

This div border color is #e153fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e153fb

Related Colors


Comments

No comments written yet.

Please login to write comment.