Color Hex Logo

#e0938b Color Hex

#E0938B
(224,147,139)
0 Favorites   0 Comments

Color spaces of #e0938b

RGB 224147139
HSL0.020.580.71
HSV38°88°
CMYK 0.000.340.38   0.12
XYZ45.834438.578829.4568
Yxy38.57880.40250.3388
Hunter Lab62.111823.025415.3598
CIE-Lab68.445128.104516.2433

#e0938b color RGB value is (224,147,139).

#e0938b hex color red value is 224, green value is 147 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #e0938b hue: 0.02 , saturation: 0.58 and the lightness value of e0938b is 0.71.

The process color (four color CMYK) of #e0938b color hex is 0.00, 0.34, 0.38, 0.12. Web safe color of #e0938b is #cc9999. Color #e0938b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010011 10001011
Octal 340 223 213
Decimal 224 147 139
Hex E0 93 8B

RGB Percentages of Color #e0938b

%43.92
%28.82
%27.25

CMYK Percentages of Color #e0938b

%0
%34
%38
%12

Triadic Colors of #e0938b

#e0938b #8be093 #938be0

Analogous Colors of #e0938b

#e0938b #e0be8b #e08bae

Monochromatic Colors of #e0938b

#e0938b

Complementary Color

#e0938b #8bd8e0

#e0938b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0938b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0938b Color CSS Codes

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

#e0938b Text Font Color

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

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


#e0938b Background Color

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

This div background color is #e0938b


#e0938b Border Color

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

This div border color is #e0938b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,147,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0938b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0938b;
  -webkit-box-shadow: 1px 1px 3px 2px #e0938b;
  box-shadow:         1px 1px 3px 2px #e0938b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,147,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0938b


Comments

No comments written yet.

Please login to write comment.