Color Hex Logo

#e88222 Color Hex

#E88222
(232,130,34)
0 Favorites   0 Comments

Color spaces of #e88222

RGB 23213034
HSL0.080.810.52
HSV29°85°91°
CMYK 0.000.440.85   0.09
XYZ41.550133.23665.7387
Yxy33.23660.51600.4127
Hunter Lab57.651227.758134.4540
CIE-Lab64.352033.128363.5518

#e88222 color RGB value is (232,130,34).

#e88222 hex color red value is 232, green value is 130 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #e88222 hue: 0.08 , saturation: 0.81 and the lightness value of e88222 is 0.52.

The process color (four color CMYK) of #e88222 color hex is 0.00, 0.44, 0.85, 0.09. Web safe color of #e88222 is #ff9933. Color #e88222 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000010 00100010
Octal 350 202 42
Decimal 232 130 34
Hex E8 82 22

RGB Percentages of Color #e88222

%58.59
%32.83
%8.59

CMYK Percentages of Color #e88222

%0
%44
%85
%9

Triadic Colors of #e88222

#e88222 #22e882 #8222e8

Analogous Colors of #e88222

#e88222 #e8e522 #e82225

Monochromatic Colors of #e88222

#e88222

Complementary Color

#e88222 #2288e8

#e88222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88222 Color CSS Codes

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

#e88222 Text Font Color

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

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


#e88222 Background Color

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

This div background color is #e88222


#e88222 Border Color

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

This div border color is #e88222


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88222


Comments

No comments written yet.

Please login to write comment.