Color Hex Logo

#ea695a Color Hex

#EA695A
(234,105,90)
0 Favorites   0 Comments

Color spaces of #ea695a

RGB 23410590
HSL0.020.770.64
HSV62°92°
CMYK 0.000.550.62   0.08
XYZ40.828728.333812.9899
Yxy28.33380.49700.3449
Hunter Lab53.229543.763522.7918
CIE-Lab60.189148.862932.9039

#ea695a color RGB value is (234,105,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101001 01011010
Octal 352 151 132
Decimal 234 105 90
Hex EA 69 5A

RGB Percentages of Color #ea695a

%54.55
%24.48
%20.98

CMYK Percentages of Color #ea695a

%0
%55
%62
%8

Triadic Colors of #ea695a

#ea695a #5aea69 #695aea

Analogous Colors of #ea695a

#ea695a #eab15a #ea5a93

Monochromatic Colors of #ea695a

#ea695a

Complementary Color

#ea695a #5adbea

#ea695a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea695a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea695a Color CSS Codes

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

#ea695a Text Font Color

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

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


#ea695a Background Color

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

This div background color is #ea695a


#ea695a Border Color

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

This div border color is #ea695a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea695a


Comments

No comments written yet.

Please login to write comment.