Color Hex Logo

#ea978d Color Hex

#EA978D
(234,151,141)
0 Favorites   0 Comments

Color spaces of #ea978d

RGB 234151141
HSL0.020.690.74
HSV40°92°
CMYK 0.000.350.40   0.08
XYZ49.806041.548730.5939
Yxy41.54870.40840.3407
Hunter Lab64.458325.122416.9799
CIE-Lab70.558630.007018.2440

#ea978d color RGB value is (234,151,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010111 10001101
Octal 352 227 215
Decimal 234 151 141
Hex EA 97 8D

RGB Percentages of Color #ea978d

%44.49
%28.71
%26.81

CMYK Percentages of Color #ea978d

%0
%35
%40
%8

Triadic Colors of #ea978d

#ea978d #8dea97 #978dea

Analogous Colors of #ea978d

#ea978d #eac68d #ea8db2

Monochromatic Colors of #ea978d

#ea978d

Complementary Color

#ea978d #8de0ea

#ea978d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea978d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea978d Color CSS Codes

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

#ea978d Text Font Color

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

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


#ea978d Background Color

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

This div background color is #ea978d


#ea978d Border Color

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

This div border color is #ea978d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea978d


Comments

No comments written yet.

Please login to write comment.