Color Hex Logo

#e07fac Color Hex

#E07FAC
(224,127,172)
0 Favorites   0 Comments

Color spaces of #e07fac

RGB 224127172
HSL0.920.610.69
HSV332°43°88°
CMYK 0.000.430.23   0.12
XYZ45.776234.004643.1806
Yxy34.00460.37230.2765
Hunter Lab58.313538.0743-3.0843
CIE-Lab64.966242.9334-7.3429

#e07fac color RGB value is (224,127,172).

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

The process color (four color CMYK) of #e07fac color hex is 0.00, 0.43, 0.23, 0.12. Web safe color of #e07fac is #cc6699. Color #e07fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111111 10101100
Octal 340 177 254
Decimal 224 127 172
Hex E0 7F AC

RGB Percentages of Color #e07fac

%42.83
%24.28
%32.89

CMYK Percentages of Color #e07fac

%0
%43
%23
%12

Triadic Colors of #e07fac

#e07fac #ace07f #7face0

Analogous Colors of #e07fac

#e07fac #e0837f #e07fdd

Monochromatic Colors of #e07fac

#e07fac

Complementary Color

#e07fac #7fe0b3

#e07fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07fac Color CSS Codes

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

#e07fac Text Font Color

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

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


#e07fac Background Color

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

This div background color is #e07fac


#e07fac Border Color

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

This div border color is #e07fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07fac


Comments

No comments written yet.

Please login to write comment.