Color Hex Logo

#e88052 Color Hex

#E88052
(232,128,82)
0 Favorites   0 Comments

Color spaces of #e88052

RGB 23212882
HSL0.050.770.62
HSV18°65°91°
CMYK 0.000.450.65   0.09
XYZ42.520933.203312.1504
Yxy33.20330.48390.3778
Hunter Lab57.622330.880527.8336
CIE-Lab64.325236.176742.2034

#e88052 color RGB value is (232,128,82).

#e88052 hex color red value is 232, green value is 128 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #e88052 hue: 0.05 , saturation: 0.77 and the lightness value of e88052 is 0.62.

The process color (four color CMYK) of #e88052 color hex is 0.00, 0.45, 0.65, 0.09. Web safe color of #e88052 is #ff9966. Color #e88052 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000000 01010010
Octal 350 200 122
Decimal 232 128 82
Hex E8 80 52

RGB Percentages of Color #e88052

%52.49
%28.96
%18.55

CMYK Percentages of Color #e88052

%0
%45
%65
%9

Triadic Colors of #e88052

#e88052 #52e880 #8052e8

Analogous Colors of #e88052

#e88052 #e8cb52 #e8526f

Monochromatic Colors of #e88052

#e88052

Complementary Color

#e88052 #52bae8

#e88052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88052 Color CSS Codes

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

#e88052 Text Font Color

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

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


#e88052 Background Color

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

This div background color is #e88052


#e88052 Border Color

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

This div border color is #e88052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88052


Comments

No comments written yet.

Please login to write comment.