Color Hex Logo

#d7472f Color Hex

#D7472F
(215,71,47)
0 Favorites   0 Comments

Color spaces of #d7472f

RGB 2157147
HSL0.020.680.51
HSV78°84°
CMYK 0.000.670.78   0.16
XYZ30.790719.15884.7645
Yxy19.15880.56280.3502
Hunter Lab43.770848.967624.1857
CIE-Lab50.872555.154044.8201

#d7472f color RGB value is (215,71,47).

#d7472f hex color red value is 215, green value is 71 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #d7472f hue: 0.02 , saturation: 0.68 and the lightness value of d7472f is 0.51.

The process color (four color CMYK) of #d7472f color hex is 0.00, 0.67, 0.78, 0.16. Web safe color of #d7472f is #cc3333. Color #d7472f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000111 00101111
Octal 327 107 57
Decimal 215 71 47
Hex D7 47 2F

RGB Percentages of Color #d7472f

%64.56
%21.32
%14.11

CMYK Percentages of Color #d7472f

%0
%67
%78
%16

Triadic Colors of #d7472f

#d7472f #2fd747 #472fd7

Analogous Colors of #d7472f

#d7472f #d79b2f #d72f6b

Monochromatic Colors of #d7472f

#d7472f

Complementary Color

#d7472f #2fbfd7

#d7472f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7472f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7472f Color CSS Codes

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

#d7472f Text Font Color

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

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


#d7472f Background Color

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

This div background color is #d7472f


#d7472f Border Color

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

This div border color is #d7472f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7472f


Comments

No comments written yet.

Please login to write comment.