Color Hex Logo

#e0948c Color Hex

#E0948C
(224,148,140)
0 Favorites   0 Comments

Color spaces of #e0948c

RGB 224148140
HSL0.020.580.71
HSV38°88°
CMYK 0.000.340.38   0.12
XYZ46.064038.920629.8955
Yxy38.92060.40100.3388
Hunter Lab62.386422.622215.2587
CIE-Lab68.693727.686316.0331

#e0948c color RGB value is (224,148,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010100 10001100
Octal 340 224 214
Decimal 224 148 140
Hex E0 94 8C

RGB Percentages of Color #e0948c

%43.75
%28.91
%27.34

CMYK Percentages of Color #e0948c

%0
%34
%38
%12

Triadic Colors of #e0948c

#e0948c #8ce094 #948ce0

Analogous Colors of #e0948c

#e0948c #e0be8c #e08cae

Monochromatic Colors of #e0948c

#e0948c

Complementary Color

#e0948c #8cd8e0

#e0948c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0948c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0948c Color CSS Codes

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

#e0948c Text Font Color

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

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


#e0948c Background Color

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

This div background color is #e0948c


#e0948c Border Color

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

This div border color is #e0948c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0948c


Comments

No comments written yet.

Please login to write comment.