Color Hex Logo

#ff59bd Color Hex

#FF59BD
(255,89,189)
0 Favorites   0 Comments

Color spaces of #ff59bd

RGB 25589189
HSL0.901.000.67
HSV324°65°100°
CMYK 0.000.650.26   0.00
XYZ53.997732.078951.4900
Yxy32.07890.39250.2332
Hunter Lab56.638271.0612-14.2540
CIE-Lab63.408071.8339-18.9076

#ff59bd color RGB value is (255,89,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011001 10111101
Octal 377 131 275
Decimal 255 89 189
Hex FF 59 BD

RGB Percentages of Color #ff59bd

%47.84
%16.70
%35.46

CMYK Percentages of Color #ff59bd

%0
%65
%26
%0

Triadic Colors of #ff59bd

#ff59bd #bdff59 #59bdff

Analogous Colors of #ff59bd

#ff59bd #ff596a #ee59ff

Monochromatic Colors of #ff59bd

#ff59bd

Complementary Color

#ff59bd #59ff9b

#ff59bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff59bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff59bd Color CSS Codes

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

#ff59bd Text Font Color

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

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


#ff59bd Background Color

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

This div background color is #ff59bd


#ff59bd Border Color

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

This div border color is #ff59bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff59bd

Related Colors


Comments

No comments written yet.

Please login to write comment.