Color Hex Logo

#ea745e Color Hex

#EA745E
(234,116,94)
0 Favorites   0 Comments

Color spaces of #ea745e

RGB 23411694
HSL0.030.770.64
HSV60°92°
CMYK 0.000.500.60   0.08
XYZ42.197530.791414.3090
Yxy30.79140.48340.3527
Hunter Lab55.490038.633223.5541
CIE-Lab62.331143.799833.3712

#ea745e color RGB value is (234,116,94).

#ea745e hex color red value is 234, green value is 116 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ea745e hue: 0.03 , saturation: 0.77 and the lightness value of ea745e is 0.64.

The process color (four color CMYK) of #ea745e color hex is 0.00, 0.50, 0.60, 0.08. Web safe color of #ea745e is #ff6666. Color #ea745e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110100 01011110
Octal 352 164 136
Decimal 234 116 94
Hex EA 74 5E

RGB Percentages of Color #ea745e

%52.70
%26.13
%21.17

CMYK Percentages of Color #ea745e

%0
%50
%60
%8

Triadic Colors of #ea745e

#ea745e #5eea74 #745eea

Analogous Colors of #ea745e

#ea745e #eaba5e #ea5e8e

Monochromatic Colors of #ea745e

#ea745e

Complementary Color

#ea745e #5ed4ea

#ea745e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea745e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea745e Color CSS Codes

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

#ea745e Text Font Color

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

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


#ea745e Background Color

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

This div background color is #ea745e


#ea745e Border Color

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

This div border color is #ea745e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea745e


Comments

No comments written yet.

Please login to write comment.