Color Hex Logo

#ea355c Color Hex

#EA355C
(234,53,92)
0 Favorites   0 Comments

Color spaces of #ea355c

RGB 2345392
HSL0.960.810.56
HSV347°77°92°
CMYK 0.000.770.61   0.08
XYZ37.136620.811312.1849
Yxy20.81130.52950.2967
Hunter Lab45.619465.474516.0973
CIE-Lab52.742469.228122.1420

#ea355c color RGB value is (234,53,92).

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

The process color (four color CMYK) of #ea355c color hex is 0.00, 0.77, 0.61, 0.08. Web safe color of #ea355c is #ff3366. Color #ea355c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110101 01011100
Octal 352 65 134
Decimal 234 53 92
Hex EA 35 5C

RGB Percentages of Color #ea355c

%61.74
%13.98
%24.27

CMYK Percentages of Color #ea355c

%0
%77
%61
%8

Triadic Colors of #ea355c

#ea355c #5cea35 #355cea

Analogous Colors of #ea355c

#ea355c #ea6935 #ea35b7

Monochromatic Colors of #ea355c

#ea355c

Complementary Color

#ea355c #35eac3

#ea355c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea355c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea355c Color CSS Codes

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

#ea355c Text Font Color

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

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


#ea355c Background Color

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

This div background color is #ea355c


#ea355c Border Color

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

This div border color is #ea355c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea355c


Comments

No comments written yet.

Please login to write comment.