Color Hex Logo

#ff513b Color Hex

#FF513B
(255,81,59)
0 Favorites   0 Comments

Color spaces of #ff513b

RGB 2558159
HSL0.021.000.62
HSV77°100°
CMYK 0.000.680.77   0.00
XYZ44.971827.46067.0678
Yxy27.46060.56570.3454
Hunter Lab52.402961.482528.6853
CIE-Lab59.398364.623949.6188

#ff513b color RGB value is (255,81,59).

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

The process color (four color CMYK) of #ff513b color hex is 0.00, 0.68, 0.77, 0.00. Web safe color of #ff513b is #ff6633. Color #ff513b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010001 00111011
Octal 377 121 73
Decimal 255 81 59
Hex FF 51 3B

RGB Percentages of Color #ff513b

%64.56
%20.51
%14.94

CMYK Percentages of Color #ff513b

%0
%68
%77
%0

Triadic Colors of #ff513b

#ff513b #3bff51 #513bff

Analogous Colors of #ff513b

#ff513b #ffb33b #ff3b87

Monochromatic Colors of #ff513b

#ff513b

Complementary Color

#ff513b #3be9ff

#ff513b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff513b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff513b Color CSS Codes

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

#ff513b Text Font Color

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

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


#ff513b Background Color

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

This div background color is #ff513b


#ff513b Border Color

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

This div border color is #ff513b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff513b

Related Colors


Comments

No comments written yet.

Please login to write comment.