Color Hex Logo

#e502ff Color Hex

#E502FF
(229,2,255)
0 Favorites   0 Comments

Color spaces of #e502ff

RGB 2292255
HSL0.821.000.50
HSV294°99°100°
CMYK 0.100.990.00   0.00
XYZ50.384823.921496.5695
Yxy23.92140.29490.1400
Hunter Lab48.909598.2926-82.8286
CIE-Lab56.009094.2764-68.0037

#e502ff color RGB value is (229,2,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000010 11111111
Octal 345 2 377
Decimal 229 2 255
Hex E5 2 FF

RGB Percentages of Color #e502ff

%47.12
%0.41
%52.47

CMYK Percentages of Color #e502ff

%10
%99
%0
%0

Triadic Colors of #e502ff

#e502ff #ffe502 #02ffe5

Analogous Colors of #e502ff

#e502ff #ff029b #6702ff

Monochromatic Colors of #e502ff

#e502ff

Complementary Color

#e502ff #1cff02

#e502ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e502ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e502ff Color CSS Codes

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

#e502ff Text Font Color

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

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


#e502ff Background Color

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

This div background color is #e502ff


#e502ff Border Color

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

This div border color is #e502ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e502ff


Comments

No comments written yet.

Please login to write comment.