Color Hex Logo

#ea695f Color Hex

#EA695F
(234,105,95)
0 Favorites   0 Comments

Color spaces of #ea695f

RGB 23410595
HSL0.010.770.65
HSV59°92°
CMYK 0.000.550.59   0.08
XYZ41.048828.421814.1489
Yxy28.42180.49090.3399
Hunter Lab53.312144.143721.5831
CIE-Lab60.267949.200030.1945

#ea695f color RGB value is (234,105,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101001 01011111
Octal 352 151 137
Decimal 234 105 95
Hex EA 69 5F

RGB Percentages of Color #ea695f

%53.92
%24.19
%21.89

CMYK Percentages of Color #ea695f

%0
%55
%59
%8

Triadic Colors of #ea695f

#ea695f #5fea69 #695fea

Analogous Colors of #ea695f

#ea695f #eaaf5f #ea5f9b

Monochromatic Colors of #ea695f

#ea695f

Complementary Color

#ea695f #5fe0ea

#ea695f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea695f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea695f Color CSS Codes

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

#ea695f Text Font Color

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

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


#ea695f Background Color

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

This div background color is #ea695f


#ea695f Border Color

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

This div border color is #ea695f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea695f


Comments

No comments written yet.

Please login to write comment.