Color Hex Logo

#ea938c Color Hex

#EA938C
(234,147,140)
0 Favorites   0 Comments

Color spaces of #ea938c

RGB 234147140
HSL0.010.690.73
HSV40°92°
CMYK 0.000.370.40   0.08
XYZ49.099040.253329.9928
Yxy40.25330.41140.3373
Hunter Lab63.445527.107416.3835
CIE-Lab69.649632.009017.5402

#ea938c color RGB value is (234,147,140).

#ea938c hex color red value is 234, green value is 147 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ea938c hue: 0.01 , saturation: 0.69 and the lightness value of ea938c is 0.73.

The process color (four color CMYK) of #ea938c color hex is 0.00, 0.37, 0.40, 0.08. Web safe color of #ea938c is #ff9999. Color #ea938c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010011 10001100
Octal 352 223 214
Decimal 234 147 140
Hex EA 93 8C

RGB Percentages of Color #ea938c

%44.91
%28.21
%26.87

CMYK Percentages of Color #ea938c

%0
%37
%40
%8

Triadic Colors of #ea938c

#ea938c #8cea93 #938cea

Analogous Colors of #ea938c

#ea938c #eac28c #ea8cb4

Monochromatic Colors of #ea938c

#ea938c

Complementary Color

#ea938c #8ce3ea

#ea938c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea938c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea938c Color CSS Codes

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

#ea938c Text Font Color

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

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


#ea938c Background Color

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

This div background color is #ea938c


#ea938c Border Color

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

This div border color is #ea938c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea938c


Comments

No comments written yet.

Please login to write comment.