Color Hex Logo

#ea958d Color Hex

#EA958D
(234,149,141)
0 Favorites   0 Comments

Color spaces of #ea958d

RGB 234149141
HSL0.010.690.74
HSV40°92°
CMYK 0.000.360.40   0.08
XYZ49.486840.910430.4876
Yxy40.91040.40940.3384
Hunter Lab63.961226.173316.5118
CIE-Lab70.113131.064417.6277

#ea958d color RGB value is (234,149,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010101 10001101
Octal 352 225 215
Decimal 234 149 141
Hex EA 95 8D

RGB Percentages of Color #ea958d

%44.66
%28.44
%26.91

CMYK Percentages of Color #ea958d

%0
%36
%40
%8

Triadic Colors of #ea958d

#ea958d #8dea95 #958dea

Analogous Colors of #ea958d

#ea958d #eac48d #ea8db4

Monochromatic Colors of #ea958d

#ea958d

Complementary Color

#ea958d #8de2ea

#ea958d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea958d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea958d Color CSS Codes

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

#ea958d Text Font Color

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

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


#ea958d Background Color

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

This div background color is #ea958d


#ea958d Border Color

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

This div border color is #ea958d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea958d


Comments

No comments written yet.

Please login to write comment.