Color Hex Logo

#d76142 Color Hex

#D76142
(215,97,66)
0 Favorites   0 Comments

Color spaces of #d76142

RGB 2159766
HSL0.030.650.55
HSV12°69°84°
CMYK 0.000.550.69   0.16
XYZ33.282423.38987.9148
Yxy23.38980.51530.3621
Hunter Lab48.363038.204724.1511
CIE-Lab55.471644.354039.7583

#d76142 color RGB value is (215,97,66).

#d76142 hex color red value is 215, green value is 97 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #d76142 hue: 0.03 , saturation: 0.65 and the lightness value of d76142 is 0.55.

The process color (four color CMYK) of #d76142 color hex is 0.00, 0.55, 0.69, 0.16. Web safe color of #d76142 is #cc6633. Color #d76142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100001 01000010
Octal 327 141 102
Decimal 215 97 66
Hex D7 61 42

RGB Percentages of Color #d76142

%56.88
%25.66
%17.46

CMYK Percentages of Color #d76142

%0
%55
%69
%16

Triadic Colors of #d76142

#d76142 #42d761 #6142d7

Analogous Colors of #d76142

#d76142 #d7ac42 #d7426e

Monochromatic Colors of #d76142

#d76142

Complementary Color

#d76142 #42b8d7

#d76142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76142 Color CSS Codes

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

#d76142 Text Font Color

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

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


#d76142 Background Color

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

This div background color is #d76142


#d76142 Border Color

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

This div border color is #d76142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76142


Comments

No comments written yet.

Please login to write comment.