Color Hex Logo

#e29352 Color Hex

#E29352
(226,147,82)
0 Favorites   0 Comments

Color spaces of #e29352

RGB 22614782
HSL0.080.710.60
HSV27°64°89°
CMYK 0.000.350.64   0.11
XYZ43.320737.645412.9657
Yxy37.64540.46120.4008
Hunter Lab61.355818.658430.4199
CIE-Lab67.758423.760946.0156

#e29352 color RGB value is (226,147,82).

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

The process color (four color CMYK) of #e29352 color hex is 0.00, 0.35, 0.64, 0.11. Web safe color of #e29352 is #cc9966. Color #e29352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010011 01010010
Octal 342 223 122
Decimal 226 147 82
Hex E2 93 52

RGB Percentages of Color #e29352

%49.67
%32.31
%18.02

CMYK Percentages of Color #e29352

%0
%35
%64
%11

Triadic Colors of #e29352

#e29352 #52e293 #9352e2

Analogous Colors of #e29352

#e29352 #e2db52 #e25259

Monochromatic Colors of #e29352

#e29352

Complementary Color

#e29352 #52a1e2

#e29352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29352 Color CSS Codes

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

#e29352 Text Font Color

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

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


#e29352 Background Color

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

This div background color is #e29352


#e29352 Border Color

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

This div border color is #e29352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29352


Comments

No comments written yet.

Please login to write comment.