Color Hex Logo

#ff059f Color Hex

#FF059F
(255,5,159)
0 Favorites   0 Comments

Color spaces of #ff059f

RGB 2555159
HSL0.901.000.51
HSV323°98°100°
CMYK 0.000.980.38   0.00
XYZ47.552323.871734.9023
Yxy23.87170.44720.2245
Hunter Lab48.858788.2246-8.1529
CIE-Lab55.959186.7618-12.8088

#ff059f color RGB value is (255,5,159).

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

The process color (four color CMYK) of #ff059f color hex is 0.00, 0.98, 0.38, 0.00. Web safe color of #ff059f is #ff0099. Color #ff059f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000101 10011111
Octal 377 5 237
Decimal 255 5 159
Hex FF 5 9F

RGB Percentages of Color #ff059f

%60.86
%1.19
%37.95

CMYK Percentages of Color #ff059f

%0
%98
%38
%0

Triadic Colors of #ff059f

#ff059f #9fff05 #059fff

Analogous Colors of #ff059f

#ff059f #ff0522 #e205ff

Monochromatic Colors of #ff059f

#ff059f

Complementary Color

#ff059f #05ff65

#ff059f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff059f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff059f Color CSS Codes

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

#ff059f Text Font Color

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

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


#ff059f Background Color

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

This div background color is #ff059f


#ff059f Border Color

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

This div border color is #ff059f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff059f


Comments

No comments written yet.

Please login to write comment.