Color Hex Logo

#ea0efa Color Hex

#EA0EFA
(234,14,250)
0 Favorites   0 Comments

Color spaces of #ea0efa

RGB 23414250
HSL0.820.960.52
HSV296°94°98°
CMYK 0.060.940.00   0.02
XYZ51.344024.708692.5056
Yxy24.70860.30460.1466
Hunter Lab49.707797.3872-75.5427
CIE-Lab56.790493.4602-63.9223

#ea0efa color RGB value is (234,14,250).

#ea0efa hex color red value is 234, green value is 14 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ea0efa hue: 0.82 , saturation: 0.96 and the lightness value of ea0efa is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00001110 11111010
Octal 352 16 372
Decimal 234 14 250
Hex EA E FA

RGB Percentages of Color #ea0efa

%46.99
%2.81
%50.20

CMYK Percentages of Color #ea0efa

%6
%94
%0
%2

Triadic Colors of #ea0efa

#ea0efa #faea0e #0efaea

Analogous Colors of #ea0efa

#ea0efa #fa0e94 #740efa

Monochromatic Colors of #ea0efa

#ea0efa

Complementary Color

#ea0efa #1efa0e

#ea0efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea0efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea0efa Color CSS Codes

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

#ea0efa Text Font Color

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

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


#ea0efa Background Color

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

This div background color is #ea0efa


#ea0efa Border Color

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

This div border color is #ea0efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea0efa


Comments

No comments written yet.

Please login to write comment.