Color Hex Logo

#ff512c Color Hex

#FF512C
(255,81,44)
0 Favorites   0 Comments

Color spaces of #ff512c

RGB 2558144
HSL0.031.000.59
HSV11°83°100°
CMYK 0.000.680.83   0.00
XYZ44.637127.32675.3048
Yxy27.32670.57770.3537
Hunter Lab52.274960.938430.5758
CIE-Lab59.275564.184156.7388

#ff512c color RGB value is (255,81,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010001 00101100
Octal 377 121 54
Decimal 255 81 44
Hex FF 51 2C

RGB Percentages of Color #ff512c

%67.11
%21.32
%11.58

CMYK Percentages of Color #ff512c

%0
%68
%83
%0

Triadic Colors of #ff512c

#ff512c #2cff51 #512cff

Analogous Colors of #ff512c

#ff512c #ffbb2c #ff2c71

Monochromatic Colors of #ff512c

#ff512c

Complementary Color

#ff512c #2cdaff

#ff512c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff512c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff512c Color CSS Codes

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

#ff512c Text Font Color

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

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


#ff512c Background Color

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

This div background color is #ff512c


#ff512c Border Color

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

This div border color is #ff512c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff512c

Related Colors


Comments

No comments written yet.

Please login to write comment.