Color Hex Logo

#e154eb Color Hex

#E154EB
(225,84,235)
0 Favorites   0 Comments

Color spaces of #e154eb

RGB 22584235
HSL0.820.790.63
HSV296°64°92°
CMYK 0.040.640.00   0.08
XYZ49.217128.346481.4746
Yxy28.34640.30950.1782
Hunter Lab53.241371.8358-53.4619
CIE-Lab60.200473.0595-50.1928

#e154eb color RGB value is (225,84,235).

#e154eb hex color red value is 225, green value is 84 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e154eb hue: 0.82 , saturation: 0.79 and the lightness value of e154eb is 0.63.

The process color (four color CMYK) of #e154eb color hex is 0.04, 0.64, 0.00, 0.08. Web safe color of #e154eb is #cc66ff. Color #e154eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010100 11101011
Octal 341 124 353
Decimal 225 84 235
Hex E1 54 EB

RGB Percentages of Color #e154eb

%41.36
%15.44
%43.20

CMYK Percentages of Color #e154eb

%4
%64
%0
%8

Triadic Colors of #e154eb

#e154eb #ebe154 #54ebe1

Analogous Colors of #e154eb

#e154eb #eb54aa #9654eb

Monochromatic Colors of #e154eb

#e154eb

Complementary Color

#e154eb #5eeb54

#e154eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e154eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e154eb Color CSS Codes

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

#e154eb Text Font Color

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

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


#e154eb Background Color

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

This div background color is #e154eb


#e154eb Border Color

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

This div border color is #e154eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e154eb


Comments

No comments written yet.

Please login to write comment.