Color Hex Logo

#e37980 Color Hex

#E37980
(227,121,128)
0 Favorites   0 Comments

Color spaces of #e37980

RGB 227121128
HSL0.990.650.68
HSV356°47°89°
CMYK 0.000.470.44   0.11
XYZ42.412231.564224.2792
Yxy31.56420.43170.3212
Hunter Lab56.182036.432313.7051
CIE-Lab62.981141.644314.8945

#e37980 color RGB value is (227,121,128).

#e37980 hex color red value is 227, green value is 121 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #e37980 hue: 0.99 , saturation: 0.65 and the lightness value of e37980 is 0.68.

The process color (four color CMYK) of #e37980 color hex is 0.00, 0.47, 0.44, 0.11. Web safe color of #e37980 is #cc6699. Color #e37980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111001 10000000
Octal 343 171 200
Decimal 227 121 128
Hex E3 79 80

RGB Percentages of Color #e37980

%47.69
%25.42
%26.89

CMYK Percentages of Color #e37980

%0
%47
%44
%11

Triadic Colors of #e37980

#e37980 #80e379 #7980e3

Analogous Colors of #e37980

#e37980 #e3a779 #e379b5

Monochromatic Colors of #e37980

#e37980

Complementary Color

#e37980 #79e3dc

#e37980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e37980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e37980 Color CSS Codes

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

#e37980 Text Font Color

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

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


#e37980 Background Color

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

This div background color is #e37980


#e37980 Border Color

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

This div border color is #e37980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e37980


Comments

No comments written yet.

Please login to write comment.