Color Hex Logo

#ea10eb Color Hex

#EA10EB
(234,16,235)
0 Favorites   0 Comments

Color spaces of #ea10eb

RGB 23416235
HSL0.830.870.49
HSV300°93°92°
CMYK 0.000.930.00   0.08
XYZ49.112423.861280.6144
Yxy23.86120.31980.1554
Hunter Lab48.847993.9826-63.6535
CIE-Lab55.948691.1015-56.8823

#ea10eb color RGB value is (234,16,235).

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

The process color (four color CMYK) of #ea10eb color hex is 0.00, 0.93, 0.00, 0.08. Web safe color of #ea10eb is #ff00ff. Color #ea10eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010000 11101011
Octal 352 20 353
Decimal 234 16 235
Hex EA 10 EB

RGB Percentages of Color #ea10eb

%48.25
%3.30
%48.45

CMYK Percentages of Color #ea10eb

%0
%93
%0
%8

Triadic Colors of #ea10eb

#ea10eb #ebea10 #10ebea

Analogous Colors of #ea10eb

#ea10eb #eb107f #7d10eb

Monochromatic Colors of #ea10eb

#ea10eb

Complementary Color

#ea10eb #11eb10

#ea10eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea10eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea10eb Color CSS Codes

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

#ea10eb Text Font Color

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

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


#ea10eb Background Color

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

This div background color is #ea10eb


#ea10eb Border Color

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

This div border color is #ea10eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea10eb


Comments

No comments written yet.

Please login to write comment.