Color Hex Logo

#d76745 Color Hex

#D76745
(215,103,69)
0 Favorites   0 Comments

Color spaces of #d76745

RGB 21510369
HSL0.040.650.56
HSV14°68°84°
CMYK 0.000.520.68   0.16
XYZ33.948824.57728.5848
Yxy24.57720.50590.3662
Hunter Lab49.575435.478324.4357
CIE-Lab56.661141.563339.5174

#d76745 color RGB value is (215,103,69).

#d76745 hex color red value is 215, green value is 103 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #d76745 hue: 0.04 , saturation: 0.65 and the lightness value of d76745 is 0.56.

The process color (four color CMYK) of #d76745 color hex is 0.00, 0.52, 0.68, 0.16. Web safe color of #d76745 is #cc6633. Color #d76745 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100111 01000101
Octal 327 147 105
Decimal 215 103 69
Hex D7 67 45

RGB Percentages of Color #d76745

%55.56
%26.61
%17.83

CMYK Percentages of Color #d76745

%0
%52
%68
%16

Triadic Colors of #d76745

#d76745 #45d767 #6745d7

Analogous Colors of #d76745

#d76745 #d7b045 #d7456c

Monochromatic Colors of #d76745

#d76745

Complementary Color

#d76745 #45b5d7

#d76745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76745 Color CSS Codes

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

#d76745 Text Font Color

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

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


#d76745 Background Color

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

This div background color is #d76745


#d76745 Border Color

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

This div border color is #d76745


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,103,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76745


Comments

No comments written yet.

Please login to write comment.