Color Hex Logo

#e524fd Color Hex

#E524FD
(229,36,253)
0 Favorites   0 Comments

Color spaces of #e524fd

RGB 22936253
HSL0.810.980.57
HSV293°86°99°
CMYK 0.090.860.00   0.01
XYZ50.673625.011695.0854
Yxy25.01160.29670.1465
Hunter Lab50.011693.3425-77.7180
CIE-Lab57.086790.4028-65.1561

#e524fd color RGB value is (229,36,253).

#e524fd hex color red value is 229, green value is 36 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e524fd hue: 0.81 , saturation: 0.98 and the lightness value of e524fd is 0.57.

The process color (four color CMYK) of #e524fd color hex is 0.09, 0.86, 0.00, 0.01. Web safe color of #e524fd is #cc33ff. Color #e524fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100100 11111101
Octal 345 44 375
Decimal 229 36 253
Hex E5 24 FD

RGB Percentages of Color #e524fd

%44.21
%6.95
%48.84

CMYK Percentages of Color #e524fd

%9
%86
%0
%1

Triadic Colors of #e524fd

#e524fd #fde524 #24fde5

Analogous Colors of #e524fd

#e524fd #fd24a9 #7924fd

Monochromatic Colors of #e524fd

#e524fd

Complementary Color

#e524fd #3cfd24

#e524fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e524fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e524fd Color CSS Codes

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

#e524fd Text Font Color

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

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


#e524fd Background Color

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

This div background color is #e524fd


#e524fd Border Color

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

This div border color is #e524fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e524fd


Comments

No comments written yet.

Please login to write comment.