Color Hex Logo

#ef70ad Color Hex

#EF70AD
(239,112,173)
0 Favorites   0 Comments

Color spaces of #ef70ad

RGB 239112173
HSL0.920.800.69
HSV331°53°94°
CMYK 0.000.530.28   0.06
XYZ48.933632.956243.3173
Yxy32.95620.39080.2632
Hunter Lab57.407551.6886-4.5525
CIE-Lab64.125455.3689-8.9474

#ef70ad color RGB value is (239,112,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110000 10101101
Octal 357 160 255
Decimal 239 112 173
Hex EF 70 AD

RGB Percentages of Color #ef70ad

%45.61
%21.37
%33.02

CMYK Percentages of Color #ef70ad

%0
%53
%28
%6

Triadic Colors of #ef70ad

#ef70ad #adef70 #70adef

Analogous Colors of #ef70ad

#ef70ad #ef7370 #ef70ed

Monochromatic Colors of #ef70ad

#ef70ad

Complementary Color

#ef70ad #70efb2

#ef70ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef70ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef70ad Color CSS Codes

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

#ef70ad Text Font Color

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

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


#ef70ad Background Color

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

This div background color is #ef70ad


#ef70ad Border Color

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

This div border color is #ef70ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,112,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef70ad


Comments

No comments written yet.

Please login to write comment.