Color Hex Logo

#e8925c Color Hex

#E8925C
(232,146,92)
0 Favorites   0 Comments

Color spaces of #e8925c

RGB 23214692
HSL0.060.750.64
HSV23°60°91°
CMYK 0.000.370.60   0.09
XYZ45.489438.486315.1563
Yxy38.48630.45890.3882
Hunter Lab62.037322.321328.9410
CIE-Lab68.377527.409341.8273

#e8925c color RGB value is (232,146,92).

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

The process color (four color CMYK) of #e8925c color hex is 0.00, 0.37, 0.60, 0.09. Web safe color of #e8925c is #ff9966. Color #e8925c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010010 01011100
Octal 350 222 134
Decimal 232 146 92
Hex E8 92 5C

RGB Percentages of Color #e8925c

%49.36
%31.06
%19.57

CMYK Percentages of Color #e8925c

%0
%37
%60
%9

Triadic Colors of #e8925c

#e8925c #5ce892 #925ce8

Analogous Colors of #e8925c

#e8925c #e8d85c #e85c6c

Monochromatic Colors of #e8925c

#e8925c

Complementary Color

#e8925c #5cb2e8

#e8925c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8925c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8925c Color CSS Codes

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

#e8925c Text Font Color

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

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


#e8925c Background Color

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

This div background color is #e8925c


#e8925c Border Color

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

This div border color is #e8925c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8925c


Comments

No comments written yet.

Please login to write comment.