Color Hex Logo

#d1463e Color Hex

#D1463E
(209,70,62)
0 Favorites   0 Comments

Color spaces of #d1463e

RGB 2097062
HSL0.010.620.53
HSV70°82°
CMYK 0.000.670.70   0.18
XYZ29.354218.28346.5393
Yxy18.28340.54180.3375
Hunter Lab42.759147.712220.8639
CIE-Lab49.838154.187235.1913

#d1463e color RGB value is (209,70,62).

#d1463e hex color red value is 209, green value is 70 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #d1463e hue: 0.01 , saturation: 0.62 and the lightness value of d1463e is 0.53.

The process color (four color CMYK) of #d1463e color hex is 0.00, 0.67, 0.70, 0.18. Web safe color of #d1463e is #cc3333. Color #d1463e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000110 00111110
Octal 321 106 76
Decimal 209 70 62
Hex D1 46 3E

RGB Percentages of Color #d1463e

%61.29
%20.53
%18.18

CMYK Percentages of Color #d1463e

%0
%67
%70
%18

Triadic Colors of #d1463e

#d1463e #3ed146 #463ed1

Analogous Colors of #d1463e

#d1463e #d1903e #d13e80

Monochromatic Colors of #d1463e

#d1463e

Complementary Color

#d1463e #3ec9d1

#d1463e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1463e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1463e Color CSS Codes

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

#d1463e Text Font Color

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

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


#d1463e Background Color

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

This div background color is #d1463e


#d1463e Border Color

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

This div border color is #d1463e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1463e


Comments

No comments written yet.

Please login to write comment.