Color Hex Logo

#d96045 Color Hex

#D96045
(217,96,69)
0 Favorites   0 Comments

Color spaces of #d96045

RGB 2179669
HSL0.030.660.56
HSV11°68°85°
CMYK 0.000.560.68   0.15
XYZ33.872323.54718.3900
Yxy23.54710.51470.3578
Hunter Lab48.525439.679523.7165
CIE-Lab55.631545.734938.3958

#d96045 color RGB value is (217,96,69).

#d96045 hex color red value is 217, green value is 96 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #d96045 hue: 0.03 , saturation: 0.66 and the lightness value of d96045 is 0.56.

The process color (four color CMYK) of #d96045 color hex is 0.00, 0.56, 0.68, 0.15. Web safe color of #d96045 is #cc6633. Color #d96045 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100000 01000101
Octal 331 140 105
Decimal 217 96 69
Hex D9 60 45

RGB Percentages of Color #d96045

%56.81
%25.13
%18.06

CMYK Percentages of Color #d96045

%0
%56
%68
%15

Triadic Colors of #d96045

#d96045 #45d960 #6045d9

Analogous Colors of #d96045

#d96045 #d9aa45 #d94574

Monochromatic Colors of #d96045

#d96045

Complementary Color

#d96045 #45bed9

#d96045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96045 Color CSS Codes

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

#d96045 Text Font Color

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

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


#d96045 Background Color

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

This div background color is #d96045


#d96045 Border Color

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

This div border color is #d96045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96045


Comments

No comments written yet.

Please login to write comment.