Color Hex Logo

#e2796b Color Hex

#E2796B
(226,121,107)
0 Favorites   0 Comments

Color spaces of #e2796b

RGB 226121107
HSL0.020.670.65
HSV53°89°
CMYK 0.000.460.53   0.11
XYZ40.855230.905017.7219
Yxy30.90500.45660.3454
Hunter Lab55.592333.894620.0139
CIE-Lab62.427439.297026.0219

#e2796b color RGB value is (226,121,107).

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

The process color (four color CMYK) of #e2796b color hex is 0.00, 0.46, 0.53, 0.11. Web safe color of #e2796b is #cc6666. Color #e2796b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111001 01101011
Octal 342 171 153
Decimal 226 121 107
Hex E2 79 6B

RGB Percentages of Color #e2796b

%49.78
%26.65
%23.57

CMYK Percentages of Color #e2796b

%0
%46
%53
%11

Triadic Colors of #e2796b

#e2796b #6be279 #796be2

Analogous Colors of #e2796b

#e2796b #e2b56b #e26b99

Monochromatic Colors of #e2796b

#e2796b

Complementary Color

#e2796b #6bd4e2

#e2796b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2796b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2796b Color CSS Codes

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

#e2796b Text Font Color

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

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


#e2796b Background Color

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

This div background color is #e2796b


#e2796b Border Color

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

This div border color is #e2796b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2796b


Comments

No comments written yet.

Please login to write comment.