Color Hex Logo

#ea13fc Color Hex

#EA13FC
(234,19,252)
0 Favorites   0 Comments

Color spaces of #ea13fc

RGB 23419252
HSL0.820.970.53
HSV295°92°99°
CMYK 0.070.920.00   0.01
XYZ51.735224.986494.1916
Yxy24.98640.30270.1462
Hunter Lab49.986497.2687-76.7323
CIE-Lab57.062293.3203-64.5976

#ea13fc color RGB value is (234,19,252).

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

The process color (four color CMYK) of #ea13fc color hex is 0.07, 0.92, 0.00, 0.01. Web safe color of #ea13fc is #ff00ff. Color #ea13fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010011 11111100
Octal 352 23 374
Decimal 234 19 252
Hex EA 13 FC

RGB Percentages of Color #ea13fc

%46.34
%3.76
%49.90

CMYK Percentages of Color #ea13fc

%7
%92
%0
%1

Triadic Colors of #ea13fc

#ea13fc #fcea13 #13fcea

Analogous Colors of #ea13fc

#ea13fc #fc139a #7613fc

Monochromatic Colors of #ea13fc

#ea13fc

Complementary Color

#ea13fc #25fc13

#ea13fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea13fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea13fc Color CSS Codes

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

#ea13fc Text Font Color

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

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


#ea13fc Background Color

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

This div background color is #ea13fc


#ea13fc Border Color

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

This div border color is #ea13fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea13fc


Comments

No comments written yet.

Please login to write comment.