Color Hex Logo

#ff541d Color Hex

#FF541D
(255,84,29)
0 Favorites   0 Comments

Color spaces of #ff541d

RGB 2558429
HSL0.041.000.56
HSV15°89°100°
CMYK 0.000.670.89   0.00
XYZ44.632127.68944.1546
Yxy27.68940.58360.3621
Hunter Lab52.620759.314832.1533
CIE-Lab59.607162.740463.0253

#ff541d color RGB value is (255,84,29).

#ff541d hex color red value is 255, green value is 84 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ff541d hue: 0.04 , saturation: 1.00 and the lightness value of ff541d is 0.56.

The process color (four color CMYK) of #ff541d color hex is 0.00, 0.67, 0.89, 0.00. Web safe color of #ff541d is #ff6633. Color #ff541d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010100 00011101
Octal 377 124 35
Decimal 255 84 29
Hex FF 54 1D

RGB Percentages of Color #ff541d

%69.29
%22.83
%7.88

CMYK Percentages of Color #ff541d

%0
%67
%89
%0

Triadic Colors of #ff541d

#ff541d #1dff54 #541dff

Analogous Colors of #ff541d

#ff541d #ffc51d #ff1d57

Monochromatic Colors of #ff541d

#ff541d

Complementary Color

#ff541d #1dc8ff

#ff541d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff541d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff541d Color CSS Codes

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

#ff541d Text Font Color

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

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


#ff541d Background Color

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

This div background color is #ff541d


#ff541d Border Color

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

This div border color is #ff541d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff541d


Comments

No comments written yet.

Please login to write comment.