Color Hex Logo

#ea6555 Color Hex

#EA6555
(234,101,85)
0 Favorites   0 Comments

Color spaces of #ea6555

RGB 23410185
HSL0.020.780.63
HSV64°92°
CMYK 0.000.570.64   0.08
XYZ40.225127.455711.7737
Yxy27.45570.50630.3456
Hunter Lab52.398245.334323.3565
CIE-Lab59.393850.422834.7065

#ea6555 color RGB value is (234,101,85).

#ea6555 hex color red value is 234, green value is 101 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ea6555 hue: 0.02 , saturation: 0.78 and the lightness value of ea6555 is 0.63.

The process color (four color CMYK) of #ea6555 color hex is 0.00, 0.57, 0.64, 0.08. Web safe color of #ea6555 is #ff6666. Color #ea6555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100101 01010101
Octal 352 145 125
Decimal 234 101 85
Hex EA 65 55

RGB Percentages of Color #ea6555

%55.71
%24.05
%20.24

CMYK Percentages of Color #ea6555

%0
%57
%64
%8

Triadic Colors of #ea6555

#ea6555 #55ea65 #6555ea

Analogous Colors of #ea6555

#ea6555 #eab055 #ea5590

Monochromatic Colors of #ea6555

#ea6555

Complementary Color

#ea6555 #55daea

#ea6555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6555 Color CSS Codes

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

#ea6555 Text Font Color

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

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


#ea6555 Background Color

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

This div background color is #ea6555


#ea6555 Border Color

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

This div border color is #ea6555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6555


Comments

No comments written yet.

Please login to write comment.