Color Hex Logo

#e510ec Color Hex

#E510EC
(229,16,236)
0 Favorites   0 Comments

Color spaces of #e510ec

RGB 22916236
HSL0.830.870.49
HSV298°93°93°
CMYK 0.030.930.00   0.07
XYZ47.638723.084781.3018
Yxy23.08470.31340.1518
Hunter Lab48.046592.9034-66.6948
CIE-Lab55.159590.4488-58.7556

#e510ec color RGB value is (229,16,236).

#e510ec hex color red value is 229, green value is 16 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e510ec hue: 0.83 , saturation: 0.87 and the lightness value of e510ec is 0.49.

The process color (four color CMYK) of #e510ec color hex is 0.03, 0.93, 0.00, 0.07. Web safe color of #e510ec is #cc00ff. Color #e510ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010000 11101100
Octal 345 20 354
Decimal 229 16 236
Hex E5 10 EC

RGB Percentages of Color #e510ec

%47.61
%3.33
%49.06

CMYK Percentages of Color #e510ec

%3
%93
%0
%7

Triadic Colors of #e510ec

#e510ec #ece510 #10ece5

Analogous Colors of #e510ec

#e510ec #ec1085 #7710ec

Monochromatic Colors of #e510ec

#e510ec

Complementary Color

#e510ec #17ec10

#e510ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e510ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e510ec Color CSS Codes

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

#e510ec Text Font Color

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

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


#e510ec Background Color

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

This div background color is #e510ec


#e510ec Border Color

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

This div border color is #e510ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e510ec


Comments

No comments written yet.

Please login to write comment.