Color Hex Logo

#ef59dc Color Hex

#EF59DC
(239,89,220)
0 Favorites   0 Comments

Color spaces of #ef59dc

RGB 23989220
HSL0.850.820.64
HSV308°63°94°
CMYK 0.000.630.08   0.06
XYZ52.087230.662870.8834
Yxy30.66280.33900.1996
Hunter Lab55.374071.0004-37.1344
CIE-Lab62.221972.0037-38.4717

#ef59dc color RGB value is (239,89,220).

#ef59dc hex color red value is 239, green value is 89 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ef59dc hue: 0.85 , saturation: 0.82 and the lightness value of ef59dc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011001 11011100
Octal 357 131 334
Decimal 239 89 220
Hex EF 59 DC

RGB Percentages of Color #ef59dc

%43.61
%16.24
%40.15

CMYK Percentages of Color #ef59dc

%0
%63
%8
%6

Triadic Colors of #ef59dc

#ef59dc #dcef59 #59dcef

Analogous Colors of #ef59dc

#ef59dc #ef5991 #b759ef

Monochromatic Colors of #ef59dc

#ef59dc

Complementary Color

#ef59dc #59ef6c

#ef59dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef59dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef59dc Color CSS Codes

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

#ef59dc Text Font Color

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

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


#ef59dc Background Color

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

This div background color is #ef59dc


#ef59dc Border Color

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

This div border color is #ef59dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef59dc


Comments

No comments written yet.

Please login to write comment.