Color Hex Logo

#e2824b Color Hex

#E2824B
(226,130,75)
0 Favorites   0 Comments

Color spaces of #e2824b

RGB 22613075
HSL0.060.720.59
HSV22°67°89°
CMYK 0.000.420.67   0.11
XYZ40.616732.642010.8164
Yxy32.64200.48310.3882
Hunter Lab57.133226.914928.7685
CIE-Lab63.870032.343045.0799

#e2824b color RGB value is (226,130,75).

#e2824b hex color red value is 226, green value is 130 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #e2824b hue: 0.06 , saturation: 0.72 and the lightness value of e2824b is 0.59.

The process color (four color CMYK) of #e2824b color hex is 0.00, 0.42, 0.67, 0.11. Web safe color of #e2824b is #cc9933. Color #e2824b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000010 01001011
Octal 342 202 113
Decimal 226 130 75
Hex E2 82 4B

RGB Percentages of Color #e2824b

%52.44
%30.16
%17.40

CMYK Percentages of Color #e2824b

%0
%42
%67
%11

Triadic Colors of #e2824b

#e2824b #4be282 #824be2

Analogous Colors of #e2824b

#e2824b #e2ce4b #e24b5f

Monochromatic Colors of #e2824b

#e2824b

Complementary Color

#e2824b #4babe2

#e2824b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2824b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2824b Color CSS Codes

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

#e2824b Text Font Color

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

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


#e2824b Background Color

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

This div background color is #e2824b


#e2824b Border Color

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

This div border color is #e2824b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2824b


Comments

No comments written yet.

Please login to write comment.