Color Hex Logo

#d16446 Color Hex

#D16446
(209,100,70)
2 Favorites   0 Comments

Color spaces of #d16446

RGB 20910070
HSL0.040.600.55
HSV13°67°82°
CMYK 0.000.520.67   0.18
XYZ31.957223.11188.5711
Yxy23.11180.50220.3632
Hunter Lab48.074734.525323.0817
CIE-Lab55.187340.838537.0220

#d16446 color RGB value is (209,100,70).

#d16446 hex color red value is 209, green value is 100 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #d16446 hue: 0.04 , saturation: 0.60 and the lightness value of d16446 is 0.55.

The process color (four color CMYK) of #d16446 color hex is 0.00, 0.52, 0.67, 0.18. Web safe color of #d16446 is #cc6633. Color #d16446 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100100 01000110
Octal 321 144 106
Decimal 209 100 70
Hex D1 64 46

RGB Percentages of Color #d16446

%55.15
%26.39
%18.47

CMYK Percentages of Color #d16446

%0
%52
%67
%18

Triadic Colors of #d16446

#d16446 #46d164 #6446d1

Analogous Colors of #d16446

#d16446 #d1aa46 #d1466e

Monochromatic Colors of #d16446

#d16446

Complementary Color

#d16446 #46b3d1

#d16446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16446 Color CSS Codes

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

#d16446 Text Font Color

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

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


#d16446 Background Color

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

This div background color is #d16446


#d16446 Border Color

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

This div border color is #d16446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16446


Comments

No comments written yet.

Please login to write comment.