Color Hex Logo

#ff585b Color Hex

#FF585B
(255,88,91)
0 Favorites   0 Comments

Color spaces of #ff585b

RGB 2558891
HSL1.001.000.67
HSV359°65°100°
CMYK 0.000.650.64   0.00
XYZ46.618128.994813.0370
Yxy28.99480.52590.3271
Hunter Lab53.846860.305223.3379
CIE-Lab60.777063.378433.7987

#ff585b color RGB value is (255,88,91).

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

The process color (four color CMYK) of #ff585b color hex is 0.00, 0.65, 0.64, 0.00. Web safe color of #ff585b is #ff6666. Color #ff585b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011000 01011011
Octal 377 130 133
Decimal 255 88 91
Hex FF 58 5B

RGB Percentages of Color #ff585b

%58.76
%20.28
%20.97

CMYK Percentages of Color #ff585b

%0
%65
%64
%0

Triadic Colors of #ff585b

#ff585b #5bff58 #585bff

Analogous Colors of #ff585b

#ff585b #ffa958 #ff58af

Monochromatic Colors of #ff585b

#ff585b

Complementary Color

#ff585b #58fffc

#ff585b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff585b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff585b Color CSS Codes

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

#ff585b Text Font Color

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

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


#ff585b Background Color

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

This div background color is #ff585b


#ff585b Border Color

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

This div border color is #ff585b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff585b


Comments

No comments written yet.

Please login to write comment.