Color Hex Logo

#ea348e Color Hex

#EA348E
(234,52,142)
0 Favorites   0 Comments

Color spaces of #ea348e

RGB 23452142
HSL0.920.810.56
HSV330°78°92°
CMYK 0.000.780.39   0.08
XYZ40.042221.901427.7081
Yxy21.90140.44660.2443
Hunter Lab46.798970.8304-2.3444
CIE-Lab53.922273.4372-6.1840

#ea348e color RGB value is (234,52,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110100 10001110
Octal 352 64 216
Decimal 234 52 142
Hex EA 34 8E

RGB Percentages of Color #ea348e

%54.67
%12.15
%33.18

CMYK Percentages of Color #ea348e

%0
%78
%39
%8

Triadic Colors of #ea348e

#ea348e #8eea34 #348eea

Analogous Colors of #ea348e

#ea348e #ea3534 #ea34e9

Monochromatic Colors of #ea348e

#ea348e

Complementary Color

#ea348e #34ea90

#ea348e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea348e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea348e Color CSS Codes

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

#ea348e Text Font Color

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

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


#ea348e Background Color

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

This div background color is #ea348e


#ea348e Border Color

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

This div border color is #ea348e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea348e


Comments

No comments written yet.

Please login to write comment.