Color Hex Logo

#e82c32 Color Hex

#E82C32
(232,44,50)
0 Favorites   0 Comments

Color spaces of #e82c32

RGB 2324450
HSL0.990.800.54
HSV358°81°91°
CMYK 0.000.810.78   0.09
XYZ34.755119.18754.8894
Yxy19.18750.59080.3261
Hunter Lab43.803564.971324.0445
CIE-Lab50.905969.157244.2671

#e82c32 color RGB value is (232,44,50).

#e82c32 hex color red value is 232, green value is 44 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #e82c32 hue: 0.99 , saturation: 0.80 and the lightness value of e82c32 is 0.54.

The process color (four color CMYK) of #e82c32 color hex is 0.00, 0.81, 0.78, 0.09. Web safe color of #e82c32 is #ff3333. Color #e82c32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101100 00110010
Octal 350 54 62
Decimal 232 44 50
Hex E8 2C 32

RGB Percentages of Color #e82c32

%71.17
%13.50
%15.34

CMYK Percentages of Color #e82c32

%0
%81
%78
%9

Triadic Colors of #e82c32

#e82c32 #32e82c #2c32e8

Analogous Colors of #e82c32

#e82c32 #e8842c #e82c90

Monochromatic Colors of #e82c32

#e82c32

Complementary Color

#e82c32 #2ce8e2

#e82c32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e82c32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e82c32 Color CSS Codes

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

#e82c32 Text Font Color

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

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


#e82c32 Background Color

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

This div background color is #e82c32


#e82c32 Border Color

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

This div border color is #e82c32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e82c32


Comments

No comments written yet.

Please login to write comment.