Color Hex Logo

#ea615f Color Hex

#EA615F
(234,97,95)
0 Favorites   0 Comments

Color spaces of #ea615f

RGB 2349795
HSL0.000.770.65
HSV59°92°
CMYK 0.000.590.59   0.08
XYZ40.271926.868013.8900
Yxy26.86800.49700.3316
Hunter Lab51.834447.972720.3962
CIE-Lab58.851952.903828.3749

#ea615f color RGB value is (234,97,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100001 01011111
Octal 352 141 137
Decimal 234 97 95
Hex EA 61 5F

RGB Percentages of Color #ea615f

%54.93
%22.77
%22.30

CMYK Percentages of Color #ea615f

%0
%59
%59
%8

Triadic Colors of #ea615f

#ea615f #5fea61 #615fea

Analogous Colors of #ea615f

#ea615f #eaa75f #ea5fa3

Monochromatic Colors of #ea615f

#ea615f

Complementary Color

#ea615f #5fe8ea

#ea615f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea615f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea615f Color CSS Codes

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

#ea615f Text Font Color

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

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


#ea615f Background Color

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

This div background color is #ea615f


#ea615f Border Color

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

This div border color is #ea615f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea615f


Comments

No comments written yet.

Please login to write comment.