Color Hex Logo

#e54fff Color Hex

#E54FFF
(229,79,255)
0 Favorites   0 Comments

Color spaces of #e54fff

RGB 22979255
HSL0.811.000.65
HSV291°69°100°
CMYK 0.100.690.00   0.00
XYZ53.159129.470097.4942
Yxy29.47000.29510.1636
Hunter Lab54.286379.7927-68.4801
CIE-Lab61.194279.2213-59.6751

#e54fff color RGB value is (229,79,255).

#e54fff hex color red value is 229, green value is 79 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e54fff hue: 0.81 , saturation: 1.00 and the lightness value of e54fff is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001111 11111111
Octal 345 117 377
Decimal 229 79 255
Hex E5 4F FF

RGB Percentages of Color #e54fff

%40.67
%14.03
%45.29

CMYK Percentages of Color #e54fff

%10
%69
%0
%0

Triadic Colors of #e54fff

#e54fff #ffe54f #4fffe5

Analogous Colors of #e54fff

#e54fff #ff4fc1 #8d4fff

Monochromatic Colors of #e54fff

#e54fff

Complementary Color

#e54fff #69ff4f

#e54fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54fff Color CSS Codes

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

#e54fff Text Font Color

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

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


#e54fff Background Color

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

This div background color is #e54fff


#e54fff Border Color

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

This div border color is #e54fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54fff


Comments

No comments written yet.

Please login to write comment.