Color Hex Logo

#ef71dc Color Hex

#EF71DC
(239,113,220)
0 Favorites   0 Comments

Color spaces of #ef71dc

RGB 239113220
HSL0.860.800.69
HSV309°53°94°
CMYK 0.000.530.08   0.06
XYZ54.420035.328371.6609
Yxy35.32830.33720.2189
Hunter Lab59.437659.4155-29.8766
CIE-Lab66.003561.7234-32.5832

#ef71dc color RGB value is (239,113,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110001 11011100
Octal 357 161 334
Decimal 239 113 220
Hex EF 71 DC

RGB Percentages of Color #ef71dc

%41.78
%19.76
%38.46

CMYK Percentages of Color #ef71dc

%0
%53
%8
%6

Triadic Colors of #ef71dc

#ef71dc #dcef71 #71dcef

Analogous Colors of #ef71dc

#ef71dc #ef719d #c371ef

Monochromatic Colors of #ef71dc

#ef71dc

Complementary Color

#ef71dc #71ef84

#ef71dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef71dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef71dc Color CSS Codes

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

#ef71dc Text Font Color

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

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


#ef71dc Background Color

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

This div background color is #ef71dc


#ef71dc Border Color

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

This div border color is #ef71dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef71dc


Comments

No comments written yet.

Please login to write comment.