Color Hex Logo

#e2974e Color Hex

#E2974E
(226,151,78)
0 Favorites   0 Comments

Color spaces of #e2974e

RGB 22615178
HSL0.080.720.60
HSV30°65°89°
CMYK 0.000.330.65   0.11
XYZ43.805838.852012.3981
Yxy38.85200.46080.4087
Hunter Lab62.331416.367931.8388
CIE-Lab68.643921.375248.9996

#e2974e color RGB value is (226,151,78).

#e2974e hex color red value is 226, green value is 151 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #e2974e hue: 0.08 , saturation: 0.72 and the lightness value of e2974e is 0.60.

The process color (four color CMYK) of #e2974e color hex is 0.00, 0.33, 0.65, 0.11. Web safe color of #e2974e is #cc9966. Color #e2974e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010111 01001110
Octal 342 227 116
Decimal 226 151 78
Hex E2 97 4E

RGB Percentages of Color #e2974e

%49.67
%33.19
%17.14

CMYK Percentages of Color #e2974e

%0
%33
%65
%11

Triadic Colors of #e2974e

#e2974e #4ee297 #974ee2

Analogous Colors of #e2974e

#e2974e #e2e14e #e24e4f

Monochromatic Colors of #e2974e

#e2974e

Complementary Color

#e2974e #4e99e2

#e2974e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2974e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2974e Color CSS Codes

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

#e2974e Text Font Color

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

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


#e2974e Background Color

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

This div background color is #e2974e


#e2974e Border Color

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

This div border color is #e2974e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2974e


Comments

No comments written yet.

Please login to write comment.