Color Hex Logo

#e2977a Color Hex

#E2977A
(226,151,122)
0 Favorites   0 Comments

Color spaces of #e2977a

RGB 226151122
HSL0.050.640.68
HSV17°46°89°
CMYK 0.000.330.46   0.11
XYZ45.943539.707123.6551
Yxy39.70710.42030.3633
Hunter Lab63.013619.871521.8522
CIE-Lab69.260424.900926.7692

#e2977a color RGB value is (226,151,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010111 01111010
Octal 342 227 172
Decimal 226 151 122
Hex E2 97 7A

RGB Percentages of Color #e2977a

%45.29
%30.26
%24.45

CMYK Percentages of Color #e2977a

%0
%33
%46
%11

Triadic Colors of #e2977a

#e2977a #7ae297 #977ae2

Analogous Colors of #e2977a

#e2977a #e2cb7a #e27a91

Monochromatic Colors of #e2977a

#e2977a

Complementary Color

#e2977a #7ac5e2

#e2977a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2977a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2977a Color CSS Codes

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

#e2977a Text Font Color

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

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


#e2977a Background Color

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

This div background color is #e2977a


#e2977a Border Color

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

This div border color is #e2977a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2977a


Comments

No comments written yet.

Please login to write comment.