Color Hex Logo

#ff814d Color Hex

#FF814D
(255,129,77)
0 Favorites   0 Comments

Color spaces of #ff814d

RGB 25512977
HSL0.051.000.65
HSV18°70°100°
CMYK 0.000.490.70   0.00
XYZ50.429837.496311.6008
Yxy37.49630.50670.3767
Hunter Lab61.234239.844831.6315
CIE-Lab67.647744.230049.4062

#ff814d color RGB value is (255,129,77).

#ff814d hex color red value is 255, green value is 129 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ff814d hue: 0.05 , saturation: 1.00 and the lightness value of ff814d is 0.65.

The process color (four color CMYK) of #ff814d color hex is 0.00, 0.49, 0.70, 0.00. Web safe color of #ff814d is #ff9966. Color #ff814d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000001 01001101
Octal 377 201 115
Decimal 255 129 77
Hex FF 81 4D

RGB Percentages of Color #ff814d

%55.31
%27.98
%16.70

CMYK Percentages of Color #ff814d

%0
%49
%70
%0

Triadic Colors of #ff814d

#ff814d #4dff81 #814dff

Analogous Colors of #ff814d

#ff814d #ffda4d #ff4d72

Monochromatic Colors of #ff814d

#ff814d

Complementary Color

#ff814d #4dcbff

#ff814d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff814d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff814d Color CSS Codes

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

#ff814d Text Font Color

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

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


#ff814d Background Color

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

This div background color is #ff814d


#ff814d Border Color

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

This div border color is #ff814d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff814d


Comments

No comments written yet.

Please login to write comment.