Color Hex Logo

#d4473e Color Hex

#D4473E
(212,71,62)
0 Favorites   0 Comments

Color spaces of #d4473e

RGB 2127162
HSL0.010.640.54
HSV71°83°
CMYK 0.000.670.71   0.17
XYZ30.274118.85136.6005
Yxy18.85130.54330.3383
Hunter Lab43.418148.480921.3793
CIE-Lab50.512854.773136.1110

#d4473e color RGB value is (212,71,62).

#d4473e hex color red value is 212, green value is 71 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #d4473e hue: 0.01 , saturation: 0.64 and the lightness value of d4473e is 0.54.

The process color (four color CMYK) of #d4473e color hex is 0.00, 0.67, 0.71, 0.17. Web safe color of #d4473e is #cc3333. Color #d4473e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000111 00111110
Octal 324 107 76
Decimal 212 71 62
Hex D4 47 3E

RGB Percentages of Color #d4473e

%61.45
%20.58
%17.97

CMYK Percentages of Color #d4473e

%0
%67
%71
%17

Triadic Colors of #d4473e

#d4473e #3ed447 #473ed4

Analogous Colors of #d4473e

#d4473e #d4923e #d43e80

Monochromatic Colors of #d4473e

#d4473e

Complementary Color

#d4473e #3ecbd4

#d4473e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4473e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4473e Color CSS Codes

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

#d4473e Text Font Color

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

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


#d4473e Background Color

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

This div background color is #d4473e


#d4473e Border Color

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

This div border color is #d4473e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,71,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4473e


Comments

No comments written yet.

Please login to write comment.