Color Hex Logo

#e54fee Color Hex

#E54FEE
(229,79,238)
0 Favorites   0 Comments

Color spaces of #e54fee

RGB 22979238
HSL0.820.820.62
HSV297°67°93°
CMYK 0.040.670.00   0.07
XYZ50.541728.423083.7113
Yxy28.42300.31070.1747
Hunter Lab53.313275.9224-55.7766
CIE-Lab60.269076.3341-51.7211

#e54fee color RGB value is (229,79,238).

#e54fee hex color red value is 229, green value is 79 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e54fee hue: 0.82 , saturation: 0.82 and the lightness value of e54fee is 0.62.

The process color (four color CMYK) of #e54fee color hex is 0.04, 0.67, 0.00, 0.07. Web safe color of #e54fee is #cc66ff. Color #e54fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001111 11101110
Octal 345 117 356
Decimal 229 79 238
Hex E5 4F EE

RGB Percentages of Color #e54fee

%41.94
%14.47
%43.59

CMYK Percentages of Color #e54fee

%4
%67
%0
%7

Triadic Colors of #e54fee

#e54fee #eee54f #4feee5

Analogous Colors of #e54fee

#e54fee #ee4fa8 #964fee

Monochromatic Colors of #e54fee

#e54fee

Complementary Color

#e54fee #58ee4f

#e54fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54fee Color CSS Codes

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

#e54fee Text Font Color

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

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


#e54fee Background Color

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

This div background color is #e54fee


#e54fee Border Color

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

This div border color is #e54fee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,79,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e54fee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e54fee;
  -webkit-box-shadow: 1px 1px 3px 2px #e54fee;
  box-shadow:         1px 1px 3px 2px #e54fee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,79,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54fee


Comments

No comments written yet.

Please login to write comment.