Color Hex Logo

#ff515f Color Hex

#FF515F
(255,81,95)
0 Favorites   0 Comments

Color spaces of #ff515f

RGB 2558195
HSL0.991.000.66
HSV355°68°100°
CMYK 0.000.680.63   0.00
XYZ46.248027.971113.7879
Yxy27.97110.52550.3178
Hunter Lab52.887763.537021.5644
CIE-Lab59.862666.273630.3647

#ff515f color RGB value is (255,81,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010001 01011111
Octal 377 121 137
Decimal 255 81 95
Hex FF 51 5F

RGB Percentages of Color #ff515f

%59.16
%18.79
%22.04

CMYK Percentages of Color #ff515f

%0
%68
%63
%0

Triadic Colors of #ff515f

#ff515f #5fff51 #515fff

Analogous Colors of #ff515f

#ff515f #ff9a51 #ff51b6

Monochromatic Colors of #ff515f

#ff515f

Complementary Color

#ff515f #51fff1

#ff515f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff515f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff515f Color CSS Codes

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

#ff515f Text Font Color

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

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


#ff515f Background Color

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

This div background color is #ff515f


#ff515f Border Color

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

This div border color is #ff515f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff515f

Related Colors


Comments

No comments written yet.

Please login to write comment.