Color Hex Logo

#ea705d Color Hex

#EA705D
(234,112,93)
0 Favorites   0 Comments

Color spaces of #ea705d

RGB 23411293
HSL0.020.770.64
HSV60°92°
CMYK 0.000.520.60   0.08
XYZ41.701629.871113.9237
Yxy29.87110.48780.3494
Hunter Lab54.654540.551023.1535
CIE-Lab61.542845.697632.9330

#ea705d color RGB value is (234,112,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110000 01011101
Octal 352 160 135
Decimal 234 112 93
Hex EA 70 5D

RGB Percentages of Color #ea705d

%53.30
%25.51
%21.18

CMYK Percentages of Color #ea705d

%0
%52
%60
%8

Triadic Colors of #ea705d

#ea705d #5dea70 #705dea

Analogous Colors of #ea705d

#ea705d #eab75d #ea5d91

Monochromatic Colors of #ea705d

#ea705d

Complementary Color

#ea705d #5dd7ea

#ea705d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea705d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea705d Color CSS Codes

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

#ea705d Text Font Color

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

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


#ea705d Background Color

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

This div background color is #ea705d


#ea705d Border Color

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

This div border color is #ea705d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea705d


Comments

No comments written yet.

Please login to write comment.