Color Hex Logo

#ef70da Color Hex

#EF70DA
(239,112,218)
0 Favorites   0 Comments

Color spaces of #ef70da

RGB 239112218
HSL0.860.800.69
HSV310°53°94°
CMYK 0.000.530.09   0.06
XYZ54.045735.001070.2370
Yxy35.00100.33930.2197
Hunter Lab59.161659.5315-28.9762
CIE-Lab65.749461.8643-31.8613

#ef70da color RGB value is (239,112,218).

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

The process color (four color CMYK) of #ef70da color hex is 0.00, 0.53, 0.09, 0.06. Web safe color of #ef70da is #ff66cc. Color #ef70da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110000 11011010
Octal 357 160 332
Decimal 239 112 218
Hex EF 70 DA

RGB Percentages of Color #ef70da

%42.00
%19.68
%38.31

CMYK Percentages of Color #ef70da

%0
%53
%9
%6

Triadic Colors of #ef70da

#ef70da #daef70 #70daef

Analogous Colors of #ef70da

#ef70da #ef709b #c570ef

Monochromatic Colors of #ef70da

#ef70da

Complementary Color

#ef70da #70ef85

#ef70da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef70da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef70da Color CSS Codes

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

#ef70da Text Font Color

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

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


#ef70da Background Color

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

This div background color is #ef70da


#ef70da Border Color

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

This div border color is #ef70da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef70da


Comments

No comments written yet.

Please login to write comment.