Color Hex Logo

#d8474a Color Hex

#D8474A
(216,71,74)
0 Favorites   0 Comments

Color spaces of #d8474a

RGB 2167174
HSL1.000.650.56
HSV359°67°85°
CMYK 0.000.670.66   0.15
XYZ31.808219.59988.5852
Yxy19.59980.53020.3267
Hunter Lab44.271750.772919.4926
CIE-Lab51.381756.700830.4136

#d8474a color RGB value is (216,71,74).

#d8474a hex color red value is 216, green value is 71 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #d8474a hue: 1.00 , saturation: 0.65 and the lightness value of d8474a is 0.56.

The process color (four color CMYK) of #d8474a color hex is 0.00, 0.67, 0.66, 0.15. Web safe color of #d8474a is #cc3333. Color #d8474a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000111 01001010
Octal 330 107 112
Decimal 216 71 74
Hex D8 47 4A

RGB Percentages of Color #d8474a

%59.83
%19.67
%20.50

CMYK Percentages of Color #d8474a

%0
%67
%66
%15

Triadic Colors of #d8474a

#d8474a #4ad847 #474ad8

Analogous Colors of #d8474a

#d8474a #d88d47 #d84793

Monochromatic Colors of #d8474a

#d8474a

Complementary Color

#d8474a #47d8d5

#d8474a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8474a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8474a Color CSS Codes

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

#d8474a Text Font Color

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

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


#d8474a Background Color

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

This div background color is #d8474a


#d8474a Border Color

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

This div border color is #d8474a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,71,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 #d8474a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8474a


Comments

No comments written yet.

Please login to write comment.