Color Hex Logo

#e2813a Color Hex

#E2813A
(226,129,58)
0 Favorites   0 Comments

Color spaces of #e2813a

RGB 22612958
HSL0.070.740.56
HSV25°74°89°
CMYK 0.000.430.74   0.11
XYZ39.978032.17488.1063
Yxy32.17480.49810.4009
Hunter Lab56.722826.541031.2328
CIE-Lab63.487132.008952.9103

#e2813a color RGB value is (226,129,58).

#e2813a hex color red value is 226, green value is 129 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #e2813a hue: 0.07 , saturation: 0.74 and the lightness value of e2813a is 0.56.

The process color (four color CMYK) of #e2813a color hex is 0.00, 0.43, 0.74, 0.11. Web safe color of #e2813a is #cc9933. Color #e2813a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000001 00111010
Octal 342 201 72
Decimal 226 129 58
Hex E2 81 3A

RGB Percentages of Color #e2813a

%54.72
%31.23
%14.04

CMYK Percentages of Color #e2813a

%0
%43
%74
%11

Triadic Colors of #e2813a

#e2813a #3ae281 #813ae2

Analogous Colors of #e2813a

#e2813a #e2d53a #e23a47

Monochromatic Colors of #e2813a

#e2813a

Complementary Color

#e2813a #3a9be2

#e2813a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2813a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2813a Color CSS Codes

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

#e2813a Text Font Color

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

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


#e2813a Background Color

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

This div background color is #e2813a


#e2813a Border Color

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

This div border color is #e2813a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2813a


Comments

No comments written yet.

Please login to write comment.