Color Hex Logo

#ea684a Color Hex

#EA684A
(234,104,74)
0 Favorites   0 Comments

Color spaces of #ea684a

RGB 23410474
HSL0.030.790.60
HSV11°68°92°
CMYK 0.000.560.68   0.08
XYZ40.118027.88759.7469
Yxy27.88750.51600.3587
Hunter Lab52.808643.189026.0229
CIE-Lab59.787048.394541.1996

#ea684a color RGB value is (234,104,74).

#ea684a hex color red value is 234, green value is 104 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ea684a hue: 0.03 , saturation: 0.79 and the lightness value of ea684a is 0.60.

The process color (four color CMYK) of #ea684a color hex is 0.00, 0.56, 0.68, 0.08. Web safe color of #ea684a is #ff6633. Color #ea684a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101000 01001010
Octal 352 150 112
Decimal 234 104 74
Hex EA 68 4A

RGB Percentages of Color #ea684a

%56.80
%25.24
%17.96

CMYK Percentages of Color #ea684a

%0
%56
%68
%8

Triadic Colors of #ea684a

#ea684a #4aea68 #684aea

Analogous Colors of #ea684a

#ea684a #eab84a #ea4a7c

Monochromatic Colors of #ea684a

#ea684a

Complementary Color

#ea684a #4accea

#ea684a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea684a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea684a Color CSS Codes

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

#ea684a Text Font Color

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

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


#ea684a Background Color

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

This div background color is #ea684a


#ea684a Border Color

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

This div border color is #ea684a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea684a


Comments

No comments written yet.

Please login to write comment.