Color Hex Logo

#ff058b Color Hex

#FF058B
(255,5,139)
0 Favorites   0 Comments

Color spaces of #ff058b

RGB 2555139
HSL0.911.000.51
HSV328°98°100°
CMYK 0.000.980.45   0.00
XYZ45.954523.232626.4884
Yxy23.23260.48030.2428
Hunter Lab48.200285.83311.1574
CIE-Lab55.311185.0584-1.9017

#ff058b color RGB value is (255,5,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000101 10001011
Octal 377 5 213
Decimal 255 5 139
Hex FF 5 8B

RGB Percentages of Color #ff058b

%63.91
%1.25
%34.84

CMYK Percentages of Color #ff058b

%0
%98
%45
%0

Triadic Colors of #ff058b

#ff058b #8bff05 #058bff

Analogous Colors of #ff058b

#ff058b #ff050e #f605ff

Monochromatic Colors of #ff058b

#ff058b

Complementary Color

#ff058b #05ff79

#ff058b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff058b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff058b Color CSS Codes

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

#ff058b Text Font Color

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

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


#ff058b Background Color

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

This div background color is #ff058b


#ff058b Border Color

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

This div border color is #ff058b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff058b

Related Colors


Comments

No comments written yet.

Please login to write comment.