Color Hex Logo

#e87d31 Color Hex

#E87D31
(232,125,49)
0 Favorites   0 Comments

Color spaces of #e87d31

RGB 23212549
HSL0.070.800.55
HSV25°79°91°
CMYK 0.000.460.79   0.09
XYZ41.166732.04486.9213
Yxy32.04480.51370.3999
Hunter Lab56.608130.745032.3765
CIE-Lab63.379936.147857.0430

#e87d31 color RGB value is (232,125,49).

#e87d31 hex color red value is 232, green value is 125 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #e87d31 hue: 0.07 , saturation: 0.80 and the lightness value of e87d31 is 0.55.

The process color (four color CMYK) of #e87d31 color hex is 0.00, 0.46, 0.79, 0.09. Web safe color of #e87d31 is #ff6633. Color #e87d31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111101 00110001
Octal 350 175 61
Decimal 232 125 49
Hex E8 7D 31

RGB Percentages of Color #e87d31

%57.14
%30.79
%12.07

CMYK Percentages of Color #e87d31

%0
%46
%79
%9

Triadic Colors of #e87d31

#e87d31 #31e87d #7d31e8

Analogous Colors of #e87d31

#e87d31 #e8d931 #e83140

Monochromatic Colors of #e87d31

#e87d31

Complementary Color

#e87d31 #319ce8

#e87d31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87d31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87d31 Color CSS Codes

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

#e87d31 Text Font Color

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

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


#e87d31 Background Color

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

This div background color is #e87d31


#e87d31 Border Color

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

This div border color is #e87d31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87d31


Comments

No comments written yet.

Please login to write comment.