Color Hex Logo

#ea0393 Color Hex

#EA0393
(234,3,147)
0 Favorites   0 Comments

Color spaces of #ea0393

RGB 2343147
HSL0.900.970.46
HSV323°99°92°
CMYK 0.000.990.37   0.08
XYZ39.230719.664129.3316
Yxy19.66410.44470.2229
Hunter Lab44.344280.3140-8.1766
CIE-Lab51.455381.5212-12.8659

#ea0393 color RGB value is (234,3,147).

#ea0393 hex color red value is 234, green value is 3 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ea0393 hue: 0.90 , saturation: 0.97 and the lightness value of ea0393 is 0.46.

The process color (four color CMYK) of #ea0393 color hex is 0.00, 0.99, 0.37, 0.08. Web safe color of #ea0393 is #ff0099. Color #ea0393 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000011 10010011
Octal 352 3 223
Decimal 234 3 147
Hex EA 3 93

RGB Percentages of Color #ea0393

%60.94
%0.78
%38.28

CMYK Percentages of Color #ea0393

%0
%99
%37
%8

Triadic Colors of #ea0393

#ea0393 #93ea03 #0393ea

Analogous Colors of #ea0393

#ea0393 #ea0320 #ce03ea

Monochromatic Colors of #ea0393

#ea0393

Complementary Color

#ea0393 #03ea5a

#ea0393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea0393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea0393 Color CSS Codes

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

#ea0393 Text Font Color

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

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


#ea0393 Background Color

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

This div background color is #ea0393


#ea0393 Border Color

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

This div border color is #ea0393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea0393


Comments

No comments written yet.

Please login to write comment.