Color Hex Logo

#ea687e Color Hex

#EA687E
(234,104,126)
0 Favorites   0 Comments

Color spaces of #ea687e

RGB 234104126
HSL0.970.760.66
HSV350°56°92°
CMYK 0.000.560.46   0.08
XYZ42.647928.899423.0690
Yxy28.89940.45070.3054
Hunter Lab53.758247.532412.1879
CIE-Lab60.692752.214212.9987

#ea687e color RGB value is (234,104,126).

#ea687e hex color red value is 234, green value is 104 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ea687e hue: 0.97 , saturation: 0.76 and the lightness value of ea687e is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101000 01111110
Octal 352 150 176
Decimal 234 104 126
Hex EA 68 7E

RGB Percentages of Color #ea687e

%50.43
%22.41
%27.16

CMYK Percentages of Color #ea687e

%0
%56
%46
%8

Triadic Colors of #ea687e

#ea687e #7eea68 #687eea

Analogous Colors of #ea687e

#ea687e #ea9368 #ea68bf

Monochromatic Colors of #ea687e

#ea687e

Complementary Color

#ea687e #68ead4

#ea687e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea687e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea687e Color CSS Codes

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

#ea687e Text Font Color

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

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


#ea687e Background Color

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

This div background color is #ea687e


#ea687e Border Color

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

This div border color is #ea687e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea687e


Comments

No comments written yet.

Please login to write comment.