Color Hex Logo

#d16142 Color Hex

#D16142
(209,97,66)
0 Favorites   0 Comments

Color spaces of #d16142

RGB 2099766
HSL0.040.610.54
HSV13°68°82°
CMYK 0.000.540.68   0.18
XYZ31.552622.49807.8338
Yxy22.49800.50990.3635
Hunter Lab47.432135.735123.4102
CIE-Lab54.551542.105738.4575

#d16142 color RGB value is (209,97,66).

#d16142 hex color red value is 209, green value is 97 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #d16142 hue: 0.04 , saturation: 0.61 and the lightness value of d16142 is 0.54.

The process color (four color CMYK) of #d16142 color hex is 0.00, 0.54, 0.68, 0.18. Web safe color of #d16142 is #cc6633. Color #d16142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100001 01000010
Octal 321 141 102
Decimal 209 97 66
Hex D1 61 42

RGB Percentages of Color #d16142

%56.18
%26.08
%17.74

CMYK Percentages of Color #d16142

%0
%54
%68
%18

Triadic Colors of #d16142

#d16142 #42d161 #6142d1

Analogous Colors of #d16142

#d16142 #d1a942 #d1426b

Monochromatic Colors of #d16142

#d16142

Complementary Color

#d16142 #42b2d1

#d16142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16142 Color CSS Codes

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

#d16142 Text Font Color

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

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


#d16142 Background Color

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

This div background color is #d16142


#d16142 Border Color

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

This div border color is #d16142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16142


Comments

No comments written yet.

Please login to write comment.