Color Hex Logo

#ea937d Color Hex

#EA937D
(234,147,125)
0 Favorites   0 Comments

Color spaces of #ea937d

RGB 234147125
HSL0.030.720.70
HSV12°47°92°
CMYK 0.000.370.47   0.08
XYZ48.067139.840524.5586
Yxy39.84050.42740.3542
Hunter Lab63.119325.473821.1149
CIE-Lab69.355830.444825.4220

#ea937d color RGB value is (234,147,125).

#ea937d hex color red value is 234, green value is 147 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ea937d hue: 0.03 , saturation: 0.72 and the lightness value of ea937d is 0.70.

The process color (four color CMYK) of #ea937d color hex is 0.00, 0.37, 0.47, 0.08. Web safe color of #ea937d is #ff9966. Color #ea937d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010011 01111101
Octal 352 223 175
Decimal 234 147 125
Hex EA 93 7D

RGB Percentages of Color #ea937d

%46.25
%29.05
%24.70

CMYK Percentages of Color #ea937d

%0
%37
%47
%8

Triadic Colors of #ea937d

#ea937d #7dea93 #937dea

Analogous Colors of #ea937d

#ea937d #eaca7d #ea7d9e

Monochromatic Colors of #ea937d

#ea937d

Complementary Color

#ea937d #7dd4ea

#ea937d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea937d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea937d Color CSS Codes

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

#ea937d Text Font Color

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

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


#ea937d Background Color

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

This div background color is #ea937d


#ea937d Border Color

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

This div border color is #ea937d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea937d

#ea937d Color Palettes


Comments

No comments written yet.

Please login to write comment.