Color Hex Logo

#e08fac Color Hex

#E08FAC
(224,143,172)
0 Favorites   0 Comments

Color spaces of #e08fac

RGB 224143172
HSL0.940.570.72
HSV339°36°88°
CMYK 0.000.360.23   0.12
XYZ48.009338.470843.9250
Yxy38.47080.36820.2950
Hunter Lab62.024829.62151.4291
CIE-Lab68.366234.5506-2.3205

#e08fac color RGB value is (224,143,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001111 10101100
Octal 340 217 254
Decimal 224 143 172
Hex E0 8F AC

RGB Percentages of Color #e08fac

%41.56
%26.53
%31.91

CMYK Percentages of Color #e08fac

%0
%36
%23
%12

Triadic Colors of #e08fac

#e08fac #ace08f #8face0

Analogous Colors of #e08fac

#e08fac #e09b8f #e08fd5

Monochromatic Colors of #e08fac

#e08fac

Complementary Color

#e08fac #8fe0c3

#e08fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08fac Color CSS Codes

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

#e08fac Text Font Color

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

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


#e08fac Background Color

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

This div background color is #e08fac


#e08fac Border Color

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

This div border color is #e08fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08fac


Comments

No comments written yet.

Please login to write comment.