Color Hex Logo

#d9463f Color Hex

#D9463F
(217,70,63)
0 Favorites   0 Comments

Color spaces of #d9463f

RGB 2177063
HSL0.010.670.55
HSV71°85°
CMYK 0.000.680.71   0.15
XYZ31.702619.49096.7938
Yxy19.49090.54670.3361
Hunter Lab44.148550.919221.7801
CIE-Lab51.256756.855236.6340

#d9463f color RGB value is (217,70,63).

#d9463f hex color red value is 217, green value is 70 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d9463f hue: 0.01 , saturation: 0.67 and the lightness value of d9463f is 0.55.

The process color (four color CMYK) of #d9463f color hex is 0.00, 0.68, 0.71, 0.15. Web safe color of #d9463f is #cc3333. Color #d9463f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000110 00111111
Octal 331 106 77
Decimal 217 70 63
Hex D9 46 3F

RGB Percentages of Color #d9463f

%62.00
%20.00
%18.00

CMYK Percentages of Color #d9463f

%0
%68
%71
%15

Triadic Colors of #d9463f

#d9463f #3fd946 #463fd9

Analogous Colors of #d9463f

#d9463f #d9933f #d93f85

Monochromatic Colors of #d9463f

#d9463f

Complementary Color

#d9463f #3fd2d9

#d9463f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9463f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9463f Color CSS Codes

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

#d9463f Text Font Color

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

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


#d9463f Background Color

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

This div background color is #d9463f


#d9463f Border Color

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

This div border color is #d9463f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9463f


Comments

No comments written yet.

Please login to write comment.