Color Hex Logo

#e54df9 Color Hex

#E54DF9
(229,77,249)
0 Favorites   0 Comments

Color spaces of #e54df9

RGB 22977249
HSL0.810.930.64
HSV293°69°98°
CMYK 0.080.690.00   0.02
XYZ52.065928.805392.4383
Yxy28.80530.30040.1662
Hunter Lab53.670679.2396-64.5474
CIE-Lab60.609478.8985-57.2918

#e54df9 color RGB value is (229,77,249).

#e54df9 hex color red value is 229, green value is 77 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #e54df9 hue: 0.81 , saturation: 0.93 and the lightness value of e54df9 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001101 11111001
Octal 345 115 371
Decimal 229 77 249
Hex E5 4D F9

RGB Percentages of Color #e54df9

%41.26
%13.87
%44.86

CMYK Percentages of Color #e54df9

%8
%69
%0
%2

Triadic Colors of #e54df9

#e54df9 #f9e54d #4df9e5

Analogous Colors of #e54df9

#e54df9 #f94db7 #8f4df9

Monochromatic Colors of #e54df9

#e54df9

Complementary Color

#e54df9 #61f94d

#e54df9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54df9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54df9 Color CSS Codes

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

#e54df9 Text Font Color

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

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


#e54df9 Background Color

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

This div background color is #e54df9


#e54df9 Border Color

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

This div border color is #e54df9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54df9

Related Colors


Comments

No comments written yet.

Please login to write comment.