Color Hex Logo

#e74fac Color Hex

#E74FAC
(231,79,172)
0 Favorites   0 Comments

Color spaces of #e74fac

RGB 23179172
HSL0.900.760.61
HSV323°66°91°
CMYK 0.000.660.26   0.09
XYZ43.197425.559441.6864
Yxy25.55940.39110.2314
Hunter Lab50.556364.0443-13.4984
CIE-Lab57.616567.1110-18.3001

#e74fac color RGB value is (231,79,172).

#e74fac hex color red value is 231, green value is 79 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e74fac hue: 0.90 , saturation: 0.76 and the lightness value of e74fac is 0.61.

The process color (four color CMYK) of #e74fac color hex is 0.00, 0.66, 0.26, 0.09. Web safe color of #e74fac is #ff6699. Color #e74fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001111 10101100
Octal 347 117 254
Decimal 231 79 172
Hex E7 4F AC

RGB Percentages of Color #e74fac

%47.93
%16.39
%35.68

CMYK Percentages of Color #e74fac

%0
%66
%26
%9

Triadic Colors of #e74fac

#e74fac #ace74f #4face7

Analogous Colors of #e74fac

#e74fac #e74f60 #d64fe7

Monochromatic Colors of #e74fac

#e74fac

Complementary Color

#e74fac #4fe78a

#e74fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74fac Color CSS Codes

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

#e74fac Text Font Color

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

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


#e74fac Background Color

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

This div background color is #e74fac


#e74fac Border Color

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

This div border color is #e74fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74fac


Comments

No comments written yet.

Please login to write comment.