Color Hex Logo

#e510ff Color Hex

#E510FF
(229,16,255)
0 Favorites   0 Comments

Color spaces of #e510ff

RGB 22916255
HSL0.821.000.53
HSV293°94°100°
CMYK 0.100.940.00   0.00
XYZ50.548424.248696.6240
Yxy24.24860.29490.1415
Hunter Lab49.242997.0574-81.8684
CIE-Lab56.335893.3052-67.4764

#e510ff color RGB value is (229,16,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010000 11111111
Octal 345 20 377
Decimal 229 16 255
Hex E5 10 FF

RGB Percentages of Color #e510ff

%45.80
%3.20
%51.00

CMYK Percentages of Color #e510ff

%10
%94
%0
%0

Triadic Colors of #e510ff

#e510ff #ffe510 #10ffe5

Analogous Colors of #e510ff

#e510ff #ff10a2 #6e10ff

Monochromatic Colors of #e510ff

#e510ff

Complementary Color

#e510ff #2aff10

#e510ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e510ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e510ff Color CSS Codes

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

#e510ff Text Font Color

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

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


#e510ff Background Color

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

This div background color is #e510ff


#e510ff Border Color

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

This div border color is #e510ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e510ff


Comments

No comments written yet.

Please login to write comment.