Color Hex Logo

#e2952e Color Hex

#E2952E
(226,149,46)
0 Favorites   0 Comments

Color spaces of #e2952e

RGB 22614946
HSL0.100.760.53
HSV34°80°89°
CMYK 0.000.340.80   0.11
XYZ42.604637.86097.6471
Yxy37.86090.48350.4297
Hunter Lab61.531215.914935.7033
CIE-Lab67.918020.941462.1694

#e2952e color RGB value is (226,149,46).

#e2952e hex color red value is 226, green value is 149 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #e2952e hue: 0.10 , saturation: 0.76 and the lightness value of e2952e is 0.53.

The process color (four color CMYK) of #e2952e color hex is 0.00, 0.34, 0.80, 0.11. Web safe color of #e2952e is #cc9933. Color #e2952e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010101 00101110
Octal 342 225 56
Decimal 226 149 46
Hex E2 95 2E

RGB Percentages of Color #e2952e

%53.68
%35.39
%10.93

CMYK Percentages of Color #e2952e

%0
%34
%80
%11

Triadic Colors of #e2952e

#e2952e #2ee295 #952ee2

Analogous Colors of #e2952e

#e2952e #d5e22e #e23b2e

Monochromatic Colors of #e2952e

#e2952e

Complementary Color

#e2952e #2e7be2

#e2952e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2952e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2952e Color CSS Codes

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

#e2952e Text Font Color

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

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


#e2952e Background Color

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

This div background color is #e2952e


#e2952e Border Color

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

This div border color is #e2952e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2952e


Comments

No comments written yet.

Please login to write comment.