Color Hex Logo

#ea377e Color Hex

#EA377E
(234,55,126)
0 Favorites   0 Comments

Color spaces of #ea377e

RGB 23455126
HSL0.930.810.57
HSV336°76°92°
CMYK 0.000.760.46   0.08
XYZ39.063821.731221.8743
Yxy21.73120.47250.2629
Hunter Lab46.616767.99984.8106
CIE-Lab53.740671.14193.1071

#ea377e color RGB value is (234,55,126).

#ea377e hex color red value is 234, green value is 55 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ea377e hue: 0.93 , saturation: 0.81 and the lightness value of ea377e is 0.57.

The process color (four color CMYK) of #ea377e color hex is 0.00, 0.76, 0.46, 0.08. Web safe color of #ea377e is #ff3366. Color #ea377e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110111 01111110
Octal 352 67 176
Decimal 234 55 126
Hex EA 37 7E

RGB Percentages of Color #ea377e

%56.39
%13.25
%30.36

CMYK Percentages of Color #ea377e

%0
%76
%46
%8

Triadic Colors of #ea377e

#ea377e #7eea37 #377eea

Analogous Colors of #ea377e

#ea377e #ea4a37 #ea37d8

Monochromatic Colors of #ea377e

#ea377e

Complementary Color

#ea377e #37eaa3

#ea377e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea377e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea377e Color CSS Codes

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

#ea377e Text Font Color

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

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


#ea377e Background Color

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

This div background color is #ea377e


#ea377e Border Color

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

This div border color is #ea377e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea377e


Comments

No comments written yet.

Please login to write comment.