Color Hex Logo

#ea675e Color Hex

#EA675E
(234,103,94)
0 Favorites   0 Comments

Color spaces of #ea675e

RGB 23410394
HSL0.010.770.64
HSV60°92°
CMYK 0.000.560.60   0.08
XYZ40.802328.001113.8439
Yxy28.00110.49370.3388
Hunter Lab52.916145.033921.5298
CIE-Lab59.889750.072130.2757

#ea675e color RGB value is (234,103,94).

#ea675e hex color red value is 234, green value is 103 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ea675e hue: 0.01 , saturation: 0.77 and the lightness value of ea675e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100111 01011110
Octal 352 147 136
Decimal 234 103 94
Hex EA 67 5E

RGB Percentages of Color #ea675e

%54.29
%23.90
%21.81

CMYK Percentages of Color #ea675e

%0
%56
%60
%8

Triadic Colors of #ea675e

#ea675e #5eea67 #675eea

Analogous Colors of #ea675e

#ea675e #eaad5e #ea5e9b

Monochromatic Colors of #ea675e

#ea675e

Complementary Color

#ea675e #5ee1ea

#ea675e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea675e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea675e Color CSS Codes

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

#ea675e Text Font Color

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

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


#ea675e Background Color

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

This div background color is #ea675e


#ea675e Border Color

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

This div border color is #ea675e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea675e


Comments

No comments written yet.

Please login to write comment.