Color Hex Logo

#e540df Color Hex

#E540DF
(229,64,223)
0 Favorites   0 Comments

Color spaces of #e540df

RGB 22964223
HSL0.840.760.57
HSV302°72°90°
CMYK 0.000.720.03   0.10
XYZ47.465825.652572.2617
Yxy25.65250.32650.1765
Hunter Lab50.648378.6494-49.1373
CIE-Lab57.705778.9925-47.3745

#e540df color RGB value is (229,64,223).

#e540df hex color red value is 229, green value is 64 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e540df hue: 0.84 , saturation: 0.76 and the lightness value of e540df is 0.57.

The process color (four color CMYK) of #e540df color hex is 0.00, 0.72, 0.03, 0.10. Web safe color of #e540df is #cc33cc. Color #e540df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000000 11011111
Octal 345 100 337
Decimal 229 64 223
Hex E5 40 DF

RGB Percentages of Color #e540df

%44.38
%12.40
%43.22

CMYK Percentages of Color #e540df

%0
%72
%3
%10

Triadic Colors of #e540df

#e540df #dfe540 #40dfe5

Analogous Colors of #e540df

#e540df #e5408d #9940e5

Monochromatic Colors of #e540df

#e540df

Complementary Color

#e540df #40e546

#e540df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e540df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e540df Color CSS Codes

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

#e540df Text Font Color

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

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


#e540df Background Color

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

This div background color is #e540df


#e540df Border Color

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

This div border color is #e540df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e540df


Comments

No comments written yet.

Please login to write comment.