Color Hex Logo

#e154ea Color Hex

#E154EA
(225,84,234)
0 Favorites   0 Comments

Color spaces of #e154ea

RGB 22584234
HSL0.820.780.62
HSV296°64°92°
CMYK 0.040.640.00   0.08
XYZ49.072928.288780.7157
Yxy28.28870.31040.1790
Hunter Lab53.187171.6149-52.7463
CIE-Lab60.148772.8900-49.7164

#e154ea color RGB value is (225,84,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010100 11101010
Octal 341 124 352
Decimal 225 84 234
Hex E1 54 EA

RGB Percentages of Color #e154ea

%41.44
%15.47
%43.09

CMYK Percentages of Color #e154ea

%4
%64
%0
%8

Triadic Colors of #e154ea

#e154ea #eae154 #54eae1

Analogous Colors of #e154ea

#e154ea #ea54a8 #9654ea

Monochromatic Colors of #e154ea

#e154ea

Complementary Color

#e154ea #5dea54

#e154ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e154ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e154ea Color CSS Codes

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

#e154ea Text Font Color

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

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


#e154ea Background Color

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

This div background color is #e154ea


#e154ea Border Color

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

This div border color is #e154ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e154ea


Comments

No comments written yet.

Please login to write comment.