Color Hex Logo

#ea655f Color Hex

#EA655F
(234,101,95)
0 Favorites   0 Comments

Color spaces of #ea655f

RGB 23410195
HSL0.010.770.65
HSV59°92°
CMYK 0.000.570.59   0.08
XYZ40.650927.626014.0163
Yxy27.62600.49400.3357
Hunter Lab52.560446.073420.9814
CIE-Lab59.549351.072229.2730

#ea655f color RGB value is (234,101,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100101 01011111
Octal 352 145 137
Decimal 234 101 95
Hex EA 65 5F

RGB Percentages of Color #ea655f

%54.42
%23.49
%22.09

CMYK Percentages of Color #ea655f

%0
%57
%59
%8

Triadic Colors of #ea655f

#ea655f #5fea65 #655fea

Analogous Colors of #ea655f

#ea655f #eaab5f #ea5f9f

Monochromatic Colors of #ea655f

#ea655f

Complementary Color

#ea655f #5fe4ea

#ea655f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea655f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea655f Color CSS Codes

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

#ea655f Text Font Color

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

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


#ea655f Background Color

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

This div background color is #ea655f


#ea655f Border Color

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

This div border color is #ea655f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea655f


Comments

No comments written yet.

Please login to write comment.