Color Hex Logo

#ff513c Color Hex

#FF513C
(255,81,60)
0 Favorites   0 Comments

Color spaces of #ff513c

RGB 2558160
HSL0.021.000.62
HSV76°100°
CMYK 0.000.680.76   0.00
XYZ44.998027.47117.2058
Yxy27.47110.56480.3448
Hunter Lab52.412961.525028.5377
CIE-Lab59.407964.658249.1156

#ff513c color RGB value is (255,81,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010001 00111100
Octal 377 121 74
Decimal 255 81 60
Hex FF 51 3C

RGB Percentages of Color #ff513c

%64.39
%20.45
%15.15

CMYK Percentages of Color #ff513c

%0
%68
%76
%0

Triadic Colors of #ff513c

#ff513c #3cff51 #513cff

Analogous Colors of #ff513c

#ff513c #ffb33c #ff3c89

Monochromatic Colors of #ff513c

#ff513c

Complementary Color

#ff513c #3ceaff

#ff513c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff513c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff513c Color CSS Codes

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

#ff513c Text Font Color

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

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


#ff513c Background Color

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

This div background color is #ff513c


#ff513c Border Color

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

This div border color is #ff513c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff513c


Comments

No comments written yet.

Please login to write comment.