Color Hex Logo

#e4925e Color Hex

#E4925E
(228,146,94)
0 Favorites   0 Comments

Color spaces of #e4925e

RGB 22814694
HSL0.060.710.63
HSV23°59°89°
CMYK 0.000.360.59   0.11
XYZ44.294237.859915.5628
Yxy37.85990.45330.3874
Hunter Lab61.530420.819528.0751
CIE-Lab67.917225.937540.1152

#e4925e color RGB value is (228,146,94).

#e4925e hex color red value is 228, green value is 146 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e4925e hue: 0.06 , saturation: 0.71 and the lightness value of e4925e is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010010 01011110
Octal 344 222 136
Decimal 228 146 94
Hex E4 92 5E

RGB Percentages of Color #e4925e

%48.72
%31.20
%20.09

CMYK Percentages of Color #e4925e

%0
%36
%59
%11

Triadic Colors of #e4925e

#e4925e #5ee492 #925ee4

Analogous Colors of #e4925e

#e4925e #e4d55e #e45e6d

Monochromatic Colors of #e4925e

#e4925e

Complementary Color

#e4925e #5eb0e4

#e4925e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4925e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4925e Color CSS Codes

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

#e4925e Text Font Color

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

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


#e4925e Background Color

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

This div background color is #e4925e


#e4925e Border Color

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

This div border color is #e4925e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,146,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4925e


Comments

No comments written yet.

Please login to write comment.