Color Hex Logo

#ff59dc Color Hex

#FF59DC
(255,89,220)
0 Favorites   0 Comments

Color spaces of #ff59dc

RGB 25589220
HSL0.871.000.67
HSV313°65°100°
CMYK 0.000.650.14   0.00
XYZ57.730633.572171.1475
Yxy33.57210.35540.2067
Hunter Lab57.941476.4530-32.2444
CIE-Lab64.621575.9342-34.5495

#ff59dc color RGB value is (255,89,220).

#ff59dc hex color red value is 255, green value is 89 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ff59dc hue: 0.87 , saturation: 1.00 and the lightness value of ff59dc is 0.67.

The process color (four color CMYK) of #ff59dc color hex is 0.00, 0.65, 0.14, 0.00. Web safe color of #ff59dc is #ff66cc. Color #ff59dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011001 11011100
Octal 377 131 334
Decimal 255 89 220
Hex FF 59 DC

RGB Percentages of Color #ff59dc

%45.21
%15.78
%39.01

CMYK Percentages of Color #ff59dc

%0
%65
%14
%0

Triadic Colors of #ff59dc

#ff59dc #dcff59 #59dcff

Analogous Colors of #ff59dc

#ff59dc #ff5989 #cf59ff

Monochromatic Colors of #ff59dc

#ff59dc

Complementary Color

#ff59dc #59ff7c

#ff59dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff59dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff59dc Color CSS Codes

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

#ff59dc Text Font Color

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

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


#ff59dc Background Color

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

This div background color is #ff59dc


#ff59dc Border Color

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

This div border color is #ff59dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff59dc

Related Colors


Comments

No comments written yet.

Please login to write comment.