Color Hex Logo

#e2978c Color Hex

#E2978C
(226,151,140)
0 Favorites   0 Comments

Color spaces of #e2978c

RGB 226151140
HSL0.020.600.72
HSV38°89°
CMYK 0.000.330.38   0.11
XYZ47.164340.195430.0836
Yxy40.19540.40160.3423
Hunter Lab63.399821.839716.2464
CIE-Lab69.608526.845817.3382

#e2978c color RGB value is (226,151,140).

#e2978c hex color red value is 226, green value is 151 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #e2978c hue: 0.02 , saturation: 0.60 and the lightness value of e2978c is 0.72.

The process color (four color CMYK) of #e2978c color hex is 0.00, 0.33, 0.38, 0.11. Web safe color of #e2978c is #cc9999. Color #e2978c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010111 10001100
Octal 342 227 214
Decimal 226 151 140
Hex E2 97 8C

RGB Percentages of Color #e2978c

%43.71
%29.21
%27.08

CMYK Percentages of Color #e2978c

%0
%33
%38
%11

Triadic Colors of #e2978c

#e2978c #8ce297 #978ce2

Analogous Colors of #e2978c

#e2978c #e2c28c #e28cac

Monochromatic Colors of #e2978c

#e2978c

Complementary Color

#e2978c #8cd7e2

#e2978c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2978c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2978c Color CSS Codes

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

#e2978c Text Font Color

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

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


#e2978c Background Color

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

This div background color is #e2978c


#e2978c Border Color

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

This div border color is #e2978c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2978c


Comments

No comments written yet.

Please login to write comment.