Color Hex Logo

#ef71ac Color Hex

#EF71AC
(239,113,172)
0 Favorites   0 Comments

Color spaces of #ef71ac

RGB 239113172
HSL0.920.800.69
HSV332°53°94°
CMYK 0.000.530.28   0.06
XYZ48.948133.139542.8464
Yxy33.13950.39180.2653
Hunter Lab57.566951.0332-3.8320
CIE-Lab64.273754.7694-8.1568

#ef71ac color RGB value is (239,113,172).

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

The process color (four color CMYK) of #ef71ac color hex is 0.00, 0.53, 0.28, 0.06. Web safe color of #ef71ac is #ff6699. Color #ef71ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110001 10101100
Octal 357 161 254
Decimal 239 113 172
Hex EF 71 AC

RGB Percentages of Color #ef71ac

%45.61
%21.56
%32.82

CMYK Percentages of Color #ef71ac

%0
%53
%28
%6

Triadic Colors of #ef71ac

#ef71ac #acef71 #71acef

Analogous Colors of #ef71ac

#ef71ac #ef7571 #ef71eb

Monochromatic Colors of #ef71ac

#ef71ac

Complementary Color

#ef71ac #71efb4

#ef71ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef71ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef71ac Color CSS Codes

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

#ef71ac Text Font Color

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

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


#ef71ac Background Color

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

This div background color is #ef71ac


#ef71ac Border Color

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

This div border color is #ef71ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef71ac


Comments

No comments written yet.

Please login to write comment.