Color Hex Logo

#ff513f Color Hex

#FF513F
(255,81,63)
0 Favorites   0 Comments

Color spaces of #ff513f

RGB 2558163
HSL0.021.000.62
HSV75°100°
CMYK 0.000.680.75   0.00
XYZ45.079627.50377.6354
Yxy27.50370.56200.3429
Hunter Lab52.444061.657428.0787
CIE-Lab59.437764.765147.5903

#ff513f color RGB value is (255,81,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010001 00111111
Octal 377 121 77
Decimal 255 81 63
Hex FF 51 3F

RGB Percentages of Color #ff513f

%63.91
%20.30
%15.79

CMYK Percentages of Color #ff513f

%0
%68
%75
%0

Triadic Colors of #ff513f

#ff513f #3fff51 #513fff

Analogous Colors of #ff513f

#ff513f #ffb13f #ff3f8d

Monochromatic Colors of #ff513f

#ff513f

Complementary Color

#ff513f #3fedff

#ff513f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff513f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff513f Color CSS Codes

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

#ff513f Text Font Color

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

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


#ff513f Background Color

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

This div background color is #ff513f


#ff513f Border Color

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

This div border color is #ff513f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff513f

Related Colors


Comments

No comments written yet.

Please login to write comment.