Color Hex Logo

#ea376a Color Hex

#EA376A
(234,55,106)
0 Favorites   0 Comments

Color spaces of #ea376a

RGB 23455106
HSL0.950.810.57
HSV343°76°92°
CMYK 0.000.760.55   0.08
XYZ37.899421.265415.7428
Yxy21.26540.50590.2839
Hunter Lab46.114466.001012.0393
CIE-Lab53.238769.574214.4058

#ea376a color RGB value is (234,55,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110111 01101010
Octal 352 67 152
Decimal 234 55 106
Hex EA 37 6A

RGB Percentages of Color #ea376a

%59.24
%13.92
%26.84

CMYK Percentages of Color #ea376a

%0
%76
%55
%8

Triadic Colors of #ea376a

#ea376a #6aea37 #376aea

Analogous Colors of #ea376a

#ea376a #ea5e37 #ea37c4

Monochromatic Colors of #ea376a

#ea376a

Complementary Color

#ea376a #37eab7

#ea376a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea376a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea376a Color CSS Codes

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

#ea376a Text Font Color

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

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


#ea376a Background Color

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

This div background color is #ea376a


#ea376a Border Color

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

This div border color is #ea376a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea376a


Comments

No comments written yet.

Please login to write comment.