Color Hex Logo

#ff59cd Color Hex

#FF59CD
(255,89,205)
0 Favorites   0 Comments

Color spaces of #ff59cd

RGB 25589205
HSL0.881.000.67
HSV318°65°100°
CMYK 0.000.650.20   0.00
XYZ55.831832.812561.1484
Yxy32.81250.37270.2191
Hunter Lab57.282273.7365-23.1942
CIE-Lab64.008873.8809-27.0618

#ff59cd color RGB value is (255,89,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011001 11001101
Octal 377 131 315
Decimal 255 89 205
Hex FF 59 CD

RGB Percentages of Color #ff59cd

%46.45
%16.21
%37.34

CMYK Percentages of Color #ff59cd

%0
%65
%20
%0

Triadic Colors of #ff59cd

#ff59cd #cdff59 #59cdff

Analogous Colors of #ff59cd

#ff59cd #ff597a #de59ff

Monochromatic Colors of #ff59cd

#ff59cd

Complementary Color

#ff59cd #59ff8b

#ff59cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff59cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff59cd Color CSS Codes

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

#ff59cd Text Font Color

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

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


#ff59cd Background Color

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

This div background color is #ff59cd


#ff59cd Border Color

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

This div border color is #ff59cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,89,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff59cd

#ff59cd Color Palettes


Comments

No comments written yet.

Please login to write comment.