Color Hex Logo

#ff505f Color Hex

#FF505F
(255,80,95)
1 Favorites   0 Comments

Color spaces of #ff505f

RGB 2558095
HSL0.991.000.66
HSV355°69°100°
CMYK 0.000.690.63   0.00
XYZ46.174227.823513.7633
Yxy27.82350.52610.3170
Hunter Lab52.748063.945221.4533
CIE-Lab59.728966.640530.1940

#ff505f color RGB value is (255,80,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010000 01011111
Octal 377 120 137
Decimal 255 80 95
Hex FF 50 5F

RGB Percentages of Color #ff505f

%59.30
%18.60
%22.09

CMYK Percentages of Color #ff505f

%0
%69
%63
%0

Triadic Colors of #ff505f

#ff505f #5fff50 #505fff

Analogous Colors of #ff505f

#ff505f #ff9950 #ff50b7

Monochromatic Colors of #ff505f

#ff505f

Complementary Color

#ff505f #50fff0

#ff505f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff505f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff505f Color CSS Codes

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

#ff505f Text Font Color

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

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


#ff505f Background Color

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

This div background color is #ff505f


#ff505f Border Color

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

This div border color is #ff505f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff505f

Related Colors


Comments

No comments written yet.

Please login to write comment.