Color Hex Logo

#ea787e Color Hex

#EA787E
(234,120,126)
0 Favorites   0 Comments

Color spaces of #ea787e

RGB 234120126
HSL0.990.730.69
HSV357°49°92°
CMYK 0.000.490.46   0.08
XYZ44.414132.431723.6577
Yxy32.43170.44190.3227
Hunter Lab56.948839.550815.2339
CIE-Lab63.698144.473017.1746

#ea787e color RGB value is (234,120,126).

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

The process color (four color CMYK) of #ea787e color hex is 0.00, 0.49, 0.46, 0.08. Web safe color of #ea787e is #ff6666. Color #ea787e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111000 01111110
Octal 352 170 176
Decimal 234 120 126
Hex EA 78 7E

RGB Percentages of Color #ea787e

%48.75
%25.00
%26.25

CMYK Percentages of Color #ea787e

%0
%49
%46
%8

Triadic Colors of #ea787e

#ea787e #7eea78 #787eea

Analogous Colors of #ea787e

#ea787e #eaab78 #ea78b7

Monochromatic Colors of #ea787e

#ea787e

Complementary Color

#ea787e #78eae4

#ea787e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea787e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea787e Color CSS Codes

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

#ea787e Text Font Color

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

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


#ea787e Background Color

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

This div background color is #ea787e


#ea787e Border Color

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

This div border color is #ea787e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea787e


Comments

No comments written yet.

Please login to write comment.