Color Hex Logo

#e0968b Color Hex

#E0968B
(224,150,139)
0 Favorites   0 Comments

Color spaces of #e0968b

RGB 224150139
HSL0.020.580.71
HSV38°88°
CMYK 0.000.330.38   0.12
XYZ46.307039.524129.6144
Yxy39.52410.40110.3424
Hunter Lab62.868221.458916.0789
CIE-Lab69.129226.498517.1926

#e0968b color RGB value is (224,150,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010110 10001011
Octal 340 226 213
Decimal 224 150 139
Hex E0 96 8B

RGB Percentages of Color #e0968b

%43.66
%29.24
%27.10

CMYK Percentages of Color #e0968b

%0
%33
%38
%12

Triadic Colors of #e0968b

#e0968b #8be096 #968be0

Analogous Colors of #e0968b

#e0968b #e0c18b #e08bab

Monochromatic Colors of #e0968b

#e0968b

Complementary Color

#e0968b #8bd5e0

#e0968b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0968b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0968b Color CSS Codes

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

#e0968b Text Font Color

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

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


#e0968b Background Color

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

This div background color is #e0968b


#e0968b Border Color

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

This div border color is #e0968b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,150,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 #e0968b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0968b


Comments

No comments written yet.

Please login to write comment.