Color Hex Logo

#ff505b Color Hex

#FF505B
(255,80,91)
0 Favorites   0 Comments

Color spaces of #ff505b

RGB 2558091
HSL0.991.000.66
HSV356°69°100°
CMYK 0.000.690.64   0.00
XYZ45.997027.752712.8300
Yxy27.75270.53130.3205
Hunter Lab52.680863.661522.4370
CIE-Lab59.664766.414132.4053

#ff505b color RGB value is (255,80,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010000 01011011
Octal 377 120 133
Decimal 255 80 91
Hex FF 50 5B

RGB Percentages of Color #ff505b

%59.86
%18.78
%21.36

CMYK Percentages of Color #ff505b

%0
%69
%64
%0

Triadic Colors of #ff505b

#ff505b #5bff50 #505bff

Analogous Colors of #ff505b

#ff505b #ff9d50 #ff50b3

Monochromatic Colors of #ff505b

#ff505b

Complementary Color

#ff505b #50fff4

#ff505b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff505b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff505b Color CSS Codes

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

#ff505b Text Font Color

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

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


#ff505b Background Color

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

This div background color is #ff505b


#ff505b Border Color

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

This div border color is #ff505b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,80,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 #ff505b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff505b


Comments

No comments written yet.

Please login to write comment.