Color Hex Logo

#ea685f Color Hex

#EA685F
(234,104,95)
0 Favorites   0 Comments

Color spaces of #ea685f

RGB 23410495
HSL0.010.770.65
HSV59°92°
CMYK 0.000.560.59   0.08
XYZ40.947628.219314.1152
Yxy28.21930.49170.3388
Hunter Lab53.121844.628921.4311
CIE-Lab60.086349.671829.9620

#ea685f color RGB value is (234,104,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101000 01011111
Octal 352 150 137
Decimal 234 104 95
Hex EA 68 5F

RGB Percentages of Color #ea685f

%54.04
%24.02
%21.94

CMYK Percentages of Color #ea685f

%0
%56
%59
%8

Triadic Colors of #ea685f

#ea685f #5fea68 #685fea

Analogous Colors of #ea685f

#ea685f #eaae5f #ea5f9c

Monochromatic Colors of #ea685f

#ea685f

Complementary Color

#ea685f #5fe1ea

#ea685f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea685f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea685f Color CSS Codes

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

#ea685f Text Font Color

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

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


#ea685f Background Color

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

This div background color is #ea685f


#ea685f Border Color

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

This div border color is #ea685f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea685f


Comments

No comments written yet.

Please login to write comment.