Color Hex Logo

#e0808a Color Hex

#E0808A
(224,128,138)
0 Favorites   0 Comments

Color spaces of #e0808a

RGB 224128138
HSL0.980.610.69
HSV354°43°88°
CMYK 0.000.430.38   0.12
XYZ43.047133.120628.1688
Yxy33.12060.41260.3174
Hunter Lab57.550532.802511.2651
CIE-Lab64.258438.035410.9385

#e0808a color RGB value is (224,128,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000000 10001010
Octal 340 200 212
Decimal 224 128 138
Hex E0 80 8A

RGB Percentages of Color #e0808a

%45.71
%26.12
%28.16

CMYK Percentages of Color #e0808a

%0
%43
%38
%12

Triadic Colors of #e0808a

#e0808a #8ae080 #808ae0

Analogous Colors of #e0808a

#e0808a #e0a680 #e080ba

Monochromatic Colors of #e0808a

#e0808a

Complementary Color

#e0808a #80e0d6

#e0808a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0808a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0808a Color CSS Codes

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

#e0808a Text Font Color

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

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


#e0808a Background Color

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

This div background color is #e0808a


#e0808a Border Color

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

This div border color is #e0808a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0808a


Comments

No comments written yet.

Please login to write comment.