Color Hex Logo

#ea10ff Color Hex

#EA10FF
(234,16,255)
0 Favorites   0 Comments

Color spaces of #ea10ff

RGB 23416255
HSL0.821.000.53
HSV295°94°100°
CMYK 0.080.940.00   0.00
XYZ52.167025.083096.6997
Yxy25.08300.29990.1442
Hunter Lab50.082998.2827-79.4186
CIE-Lab57.156294.0476-66.1121

#ea10ff color RGB value is (234,16,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010000 11111111
Octal 352 20 377
Decimal 234 16 255
Hex EA 10 FF

RGB Percentages of Color #ea10ff

%46.34
%3.17
%50.50

CMYK Percentages of Color #ea10ff

%8
%94
%0
%0

Triadic Colors of #ea10ff

#ea10ff #ffea10 #10ffea

Analogous Colors of #ea10ff

#ea10ff #ff109d #7310ff

Monochromatic Colors of #ea10ff

#ea10ff

Complementary Color

#ea10ff #25ff10

#ea10ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea10ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea10ff Color CSS Codes

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

#ea10ff Text Font Color

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

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


#ea10ff Background Color

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

This div background color is #ea10ff


#ea10ff Border Color

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

This div border color is #ea10ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea10ff


Comments

No comments written yet.

Please login to write comment.