Color Hex Logo

#ff515e Color Hex

#FF515E
(255,81,94)
0 Favorites   0 Comments

Color spaces of #ff515e

RGB 2558194
HSL0.991.000.66
HSV356°68°100°
CMYK 0.000.680.63   0.00
XYZ46.202827.953013.5500
Yxy27.95300.52680.3187
Hunter Lab52.870663.464921.8142
CIE-Lab59.846366.216030.9175

#ff515e color RGB value is (255,81,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010001 01011110
Octal 377 121 136
Decimal 255 81 94
Hex FF 51 5E

RGB Percentages of Color #ff515e

%59.30
%18.84
%21.86

CMYK Percentages of Color #ff515e

%0
%68
%63
%0

Triadic Colors of #ff515e

#ff515e #5eff51 #515eff

Analogous Colors of #ff515e

#ff515e #ff9b51 #ff51b5

Monochromatic Colors of #ff515e

#ff515e

Complementary Color

#ff515e #51fff2

#ff515e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff515e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff515e Color CSS Codes

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

#ff515e Text Font Color

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

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


#ff515e Background Color

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

This div background color is #ff515e


#ff515e Border Color

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

This div border color is #ff515e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff515e

Related Colors


Comments

No comments written yet.

Please login to write comment.