Color Hex Logo

#e29974 Color Hex

#E29974
(226,153,116)
0 Favorites   0 Comments

Color spaces of #e29974

RGB 226153116
HSL0.060.650.67
HSV20°49°89°
CMYK 0.000.320.49   0.11
XYZ45.907640.212221.8651
Yxy40.21220.42510.3724
Hunter Lab63.413118.251323.9457
CIE-Lab69.620423.246930.5024

#e29974 color RGB value is (226,153,116).

#e29974 hex color red value is 226, green value is 153 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #e29974 hue: 0.06 , saturation: 0.65 and the lightness value of e29974 is 0.67.

The process color (four color CMYK) of #e29974 color hex is 0.00, 0.32, 0.49, 0.11. Web safe color of #e29974 is #cc9966. Color #e29974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011001 01110100
Octal 342 231 164
Decimal 226 153 116
Hex E2 99 74

RGB Percentages of Color #e29974

%45.66
%30.91
%23.43

CMYK Percentages of Color #e29974

%0
%32
%49
%11

Triadic Colors of #e29974

#e29974 #74e299 #9974e2

Analogous Colors of #e29974

#e29974 #e2d074 #e27486

Monochromatic Colors of #e29974

#e29974

Complementary Color

#e29974 #74bde2

#e29974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29974 Color CSS Codes

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

#e29974 Text Font Color

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

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


#e29974 Background Color

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

This div background color is #e29974


#e29974 Border Color

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

This div border color is #e29974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29974


Comments

No comments written yet.

Please login to write comment.