Color Hex Logo

#d9544a Color Hex

#D9544A
(217,84,74)
0 Favorites   0 Comments

Color spaces of #d9544a

RGB 2178474
HSL0.010.650.57
HSV66°85°
CMYK 0.000.610.66   0.15
XYZ33.021621.58688.9048
Yxy21.58680.51990.3399
Hunter Lab46.461645.557321.1596
CIE-Lab53.585851.559433.1626

#d9544a color RGB value is (217,84,74).

#d9544a hex color red value is 217, green value is 84 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #d9544a hue: 0.01 , saturation: 0.65 and the lightness value of d9544a is 0.57.

The process color (four color CMYK) of #d9544a color hex is 0.00, 0.61, 0.66, 0.15. Web safe color of #d9544a is #cc6633. Color #d9544a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010100 01001010
Octal 331 124 112
Decimal 217 84 74
Hex D9 54 4A

RGB Percentages of Color #d9544a

%57.87
%22.40
%19.73

CMYK Percentages of Color #d9544a

%0
%61
%66
%15

Triadic Colors of #d9544a

#d9544a #4ad954 #544ad9

Analogous Colors of #d9544a

#d9544a #d99c4a #d94a88

Monochromatic Colors of #d9544a

#d9544a

Complementary Color

#d9544a #4acfd9

#d9544a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9544a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9544a Color CSS Codes

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

#d9544a Text Font Color

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

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


#d9544a Background Color

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

This div background color is #d9544a


#d9544a Border Color

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

This div border color is #d9544a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9544a


Comments

No comments written yet.

Please login to write comment.