Color Hex Logo

#d06142 Color Hex

#D06142
(208,97,66)
0 Favorites   0 Comments

Color spaces of #d06142

RGB 2089766
HSL0.040.600.54
HSV13°68°82°
CMYK 0.000.530.68   0.18
XYZ31.270522.35267.8206
Yxy22.35260.50890.3638
Hunter Lab47.278535.324323.2875
CIE-Lab54.399141.727438.2417

#d06142 color RGB value is (208,97,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100001 01000010
Octal 320 141 102
Decimal 208 97 66
Hex D0 61 42

RGB Percentages of Color #d06142

%56.06
%26.15
%17.79

CMYK Percentages of Color #d06142

%0
%53
%68
%18

Triadic Colors of #d06142

#d06142 #42d061 #6142d0

Analogous Colors of #d06142

#d06142 #d0a842 #d0426a

Monochromatic Colors of #d06142

#d06142

Complementary Color

#d06142 #42b1d0

#d06142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06142 Color CSS Codes

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

#d06142 Text Font Color

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

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


#d06142 Background Color

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

This div background color is #d06142


#d06142 Border Color

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

This div border color is #d06142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06142


Comments

No comments written yet.

Please login to write comment.