Color Hex Logo

#e502fd Color Hex

#E502FD
(229,2,253)
0 Favorites   0 Comments

Color spaces of #e502fd

RGB 2292253
HSL0.820.980.50
HSV294°99°99°
CMYK 0.090.990.00   0.01
XYZ50.064423.793394.8824
Yxy23.79330.29670.1410
Hunter Lab48.778497.8439-81.1845
CIE-Lab55.880293.9719-67.1001

#e502fd color RGB value is (229,2,253).

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

The process color (four color CMYK) of #e502fd color hex is 0.09, 0.99, 0.00, 0.01. Web safe color of #e502fd is #cc00ff. Color #e502fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000010 11111101
Octal 345 2 375
Decimal 229 2 253
Hex E5 2 FD

RGB Percentages of Color #e502fd

%47.31
%0.41
%52.27

CMYK Percentages of Color #e502fd

%9
%99
%0
%1

Triadic Colors of #e502fd

#e502fd #fde502 #02fde5

Analogous Colors of #e502fd

#e502fd #fd0298 #6802fd

Monochromatic Colors of #e502fd

#e502fd

Complementary Color

#e502fd #1afd02

#e502fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e502fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e502fd Color CSS Codes

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

#e502fd Text Font Color

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

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


#e502fd Background Color

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

This div background color is #e502fd


#e502fd Border Color

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

This div border color is #e502fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,2,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 #e502fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e502fd


Comments

No comments written yet.

Please login to write comment.