Color Hex Logo

#e5925f Color Hex

#E5925F
(229,146,95)
0 Favorites   0 Comments

Color spaces of #e5925f

RGB 22914695
HSL0.060.720.64
HSV23°59°90°
CMYK 0.000.360.59   0.10
XYZ44.657538.042015.8156
Yxy38.04200.45330.3862
Hunter Lab61.678221.304327.9715
CIE-Lab68.051626.415539.7836

#e5925f color RGB value is (229,146,95).

#e5925f hex color red value is 229, green value is 146 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e5925f hue: 0.06 , saturation: 0.72 and the lightness value of e5925f is 0.64.

The process color (four color CMYK) of #e5925f color hex is 0.00, 0.36, 0.59, 0.10. Web safe color of #e5925f is #cc9966. Color #e5925f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010010 01011111
Octal 345 222 137
Decimal 229 146 95
Hex E5 92 5F

RGB Percentages of Color #e5925f

%48.72
%31.06
%20.21

CMYK Percentages of Color #e5925f

%0
%36
%59
%10

Triadic Colors of #e5925f

#e5925f #5fe592 #925fe5

Analogous Colors of #e5925f

#e5925f #e5d55f #e55f6f

Monochromatic Colors of #e5925f

#e5925f

Complementary Color

#e5925f #5fb2e5

#e5925f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5925f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5925f Color CSS Codes

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

#e5925f Text Font Color

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

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


#e5925f Background Color

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

This div background color is #e5925f


#e5925f Border Color

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

This div border color is #e5925f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5925f


Comments

No comments written yet.

Please login to write comment.