Color Hex Logo

#e154ec Color Hex

#E154EC
(225,84,236)
0 Favorites   0 Comments

Color spaces of #e154ec

RGB 22584236
HSL0.820.800.63
HSV296°64°93°
CMYK 0.050.640.00   0.07
XYZ49.362028.404382.2378
Yxy28.40430.30850.1775
Hunter Lab53.295772.0577-54.1803
CIE-Lab60.252373.2297-50.6686

#e154ec color RGB value is (225,84,236).

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

The process color (four color CMYK) of #e154ec color hex is 0.05, 0.64, 0.00, 0.07. Web safe color of #e154ec is #cc66ff. Color #e154ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010100 11101100
Octal 341 124 354
Decimal 225 84 236
Hex E1 54 EC

RGB Percentages of Color #e154ec

%41.28
%15.41
%43.30

CMYK Percentages of Color #e154ec

%5
%64
%0
%7

Triadic Colors of #e154ec

#e154ec #ece154 #54ece1

Analogous Colors of #e154ec

#e154ec #ec54ab #9554ec

Monochromatic Colors of #e154ec

#e154ec

Complementary Color

#e154ec #5fec54

#e154ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e154ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e154ec Color CSS Codes

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

#e154ec Text Font Color

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

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


#e154ec Background Color

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

This div background color is #e154ec


#e154ec Border Color

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

This div border color is #e154ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e154ec


Comments

No comments written yet.

Please login to write comment.