Color Hex Logo

#ea395c Color Hex

#EA395C
(234,57,92)
0 Favorites   0 Comments

Color spaces of #ea395c

RGB 2345792
HSL0.970.810.57
HSV348°76°92°
CMYK 0.000.760.61   0.08
XYZ37.326621.191412.2482
Yxy21.19140.52750.2995
Hunter Lab46.034164.176416.4487
CIE-Lab53.158368.057422.6926

#ea395c color RGB value is (234,57,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111001 01011100
Octal 352 71 134
Decimal 234 57 92
Hex EA 39 5C

RGB Percentages of Color #ea395c

%61.10
%14.88
%24.02

CMYK Percentages of Color #ea395c

%0
%76
%61
%8

Triadic Colors of #ea395c

#ea395c #5cea39 #395cea

Analogous Colors of #ea395c

#ea395c #ea6f39 #ea39b5

Monochromatic Colors of #ea395c

#ea395c

Complementary Color

#ea395c #39eac7

#ea395c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea395c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea395c Color CSS Codes

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

#ea395c Text Font Color

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

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


#ea395c Background Color

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

This div background color is #ea395c


#ea395c Border Color

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

This div border color is #ea395c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea395c


Comments

No comments written yet.

Please login to write comment.