Color Hex Logo

#e08faa Color Hex

#E08FAA
(224,143,170)
0 Favorites   0 Comments

Color spaces of #e08faa

RGB 224143170
HSL0.940.570.72
HSV340°36°88°
CMYK 0.000.360.24   0.12
XYZ47.818638.394542.9208
Yxy38.39450.37030.2973
Hunter Lab61.963329.31712.3052
CIE-Lab68.310434.2632-1.2818

#e08faa color RGB value is (224,143,170).

#e08faa hex color red value is 224, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e08faa hue: 0.94 , saturation: 0.57 and the lightness value of e08faa is 0.72.

The process color (four color CMYK) of #e08faa color hex is 0.00, 0.36, 0.24, 0.12. Web safe color of #e08faa is #cc9999. Color #e08faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001111 10101010
Octal 340 217 252
Decimal 224 143 170
Hex E0 8F AA

RGB Percentages of Color #e08faa

%41.71
%26.63
%31.66

CMYK Percentages of Color #e08faa

%0
%36
%24
%12

Triadic Colors of #e08faa

#e08faa #aae08f #8faae0

Analogous Colors of #e08faa

#e08faa #e09d8f #e08fd3

Monochromatic Colors of #e08faa

#e08faa

Complementary Color

#e08faa #8fe0c5

#e08faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08faa Color CSS Codes

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

#e08faa Text Font Color

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

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


#e08faa Background Color

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

This div background color is #e08faa


#e08faa Border Color

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

This div border color is #e08faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08faa


Comments

No comments written yet.

Please login to write comment.