Color Hex Logo

#ef70ac Color Hex

#EF70AC
(239,112,172)
0 Favorites   0 Comments

Color spaces of #ef70ac

RGB 239112172
HSL0.920.800.69
HSV332°53°94°
CMYK 0.000.530.28   0.06
XYZ48.837232.917642.8095
Yxy32.91760.39210.2643
Hunter Lab57.373951.5367-4.0775
CIE-Lab64.094155.2405-8.4243

#ef70ac color RGB value is (239,112,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110000 10101100
Octal 357 160 254
Decimal 239 112 172
Hex EF 70 AC

RGB Percentages of Color #ef70ac

%45.70
%21.41
%32.89

CMYK Percentages of Color #ef70ac

%0
%53
%28
%6

Triadic Colors of #ef70ac

#ef70ac #acef70 #70acef

Analogous Colors of #ef70ac

#ef70ac #ef7470 #ef70ec

Monochromatic Colors of #ef70ac

#ef70ac

Complementary Color

#ef70ac #70efb3

#ef70ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef70ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef70ac Color CSS Codes

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

#ef70ac Text Font Color

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

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


#ef70ac Background Color

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

This div background color is #ef70ac


#ef70ac Border Color

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

This div border color is #ef70ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef70ac


Comments

No comments written yet.

Please login to write comment.