Color Hex Logo

#ea3393 Color Hex

#EA3393
(234,51,147)
0 Favorites   0 Comments

Color spaces of #ea3393

RGB 23451147
HSL0.910.810.56
HSV329°78°92°
CMYK 0.000.780.37   0.08
XYZ40.382021.966729.7154
Yxy21.96670.43860.2386
Hunter Lab46.868671.7754-4.7827
CIE-Lab53.991774.1952-9.0538

#ea3393 color RGB value is (234,51,147).

#ea3393 hex color red value is 234, green value is 51 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ea3393 hue: 0.91 , saturation: 0.81 and the lightness value of ea3393 is 0.56.

The process color (four color CMYK) of #ea3393 color hex is 0.00, 0.78, 0.37, 0.08. Web safe color of #ea3393 is #ff3399. Color #ea3393 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110011 10010011
Octal 352 63 223
Decimal 234 51 147
Hex EA 33 93

RGB Percentages of Color #ea3393

%54.17
%11.81
%34.03

CMYK Percentages of Color #ea3393

%0
%78
%37
%8

Triadic Colors of #ea3393

#ea3393 #93ea33 #3393ea

Analogous Colors of #ea3393

#ea3393 #ea3337 #e633ea

Monochromatic Colors of #ea3393

#ea3393

Complementary Color

#ea3393 #33ea8a

#ea3393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3393 Color CSS Codes

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

#ea3393 Text Font Color

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

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


#ea3393 Background Color

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

This div background color is #ea3393


#ea3393 Border Color

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

This div border color is #ea3393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3393


Comments

No comments written yet.

Please login to write comment.