Color Hex Logo

#e0808c Color Hex

#E0808C
(224,128,140)
0 Favorites   0 Comments

Color spaces of #e0808c

RGB 224128140
HSL0.980.610.69
HSV353°43°88°
CMYK 0.000.430.38   0.12
XYZ43.193333.179128.9386
Yxy33.17910.41010.3151
Hunter Lab57.601333.048910.5339
CIE-Lab64.305738.26619.8694

#e0808c color RGB value is (224,128,140).

#e0808c hex color red value is 224, green value is 128 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #e0808c hue: 0.98 , saturation: 0.61 and the lightness value of e0808c is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000000 10001100
Octal 340 200 214
Decimal 224 128 140
Hex E0 80 8C

RGB Percentages of Color #e0808c

%45.53
%26.02
%28.46

CMYK Percentages of Color #e0808c

%0
%43
%38
%12

Triadic Colors of #e0808c

#e0808c #8ce080 #808ce0

Analogous Colors of #e0808c

#e0808c #e0a480 #e080bc

Monochromatic Colors of #e0808c

#e0808c

Complementary Color

#e0808c #80e0d4

#e0808c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0808c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0808c Color CSS Codes

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

#e0808c Text Font Color

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

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


#e0808c Background Color

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

This div background color is #e0808c


#e0808c Border Color

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

This div border color is #e0808c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0808c


Comments

No comments written yet.

Please login to write comment.