Color Hex Logo

#e2797c Color Hex

#E2797C
(226,121,124)
0 Favorites   0 Comments

Color spaces of #e2797c

RGB 226121124
HSL1.000.640.68
HSV358°46°89°
CMYK 0.000.460.45   0.11
XYZ41.839531.298722.9049
Yxy31.29870.43560.3259
Hunter Lab55.945235.589814.8874
CIE-Lab62.759040.873916.8445

#e2797c color RGB value is (226,121,124).

#e2797c hex color red value is 226, green value is 121 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #e2797c hue: 1.00 , saturation: 0.64 and the lightness value of e2797c is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111001 01111100
Octal 342 171 174
Decimal 226 121 124
Hex E2 79 7C

RGB Percentages of Color #e2797c

%47.98
%25.69
%26.33

CMYK Percentages of Color #e2797c

%0
%46
%45
%11

Triadic Colors of #e2797c

#e2797c #7ce279 #797ce2

Analogous Colors of #e2797c

#e2797c #e2ab79 #e279b1

Monochromatic Colors of #e2797c

#e2797c

Complementary Color

#e2797c #79e2df

#e2797c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2797c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2797c Color CSS Codes

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

#e2797c Text Font Color

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

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


#e2797c Background Color

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

This div background color is #e2797c


#e2797c Border Color

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

This div border color is #e2797c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2797c


Comments

No comments written yet.

Please login to write comment.