Color Hex Logo

#d85a3c Color Hex

#D85A3C
(216,90,60)
0 Favorites   0 Comments

Color spaces of #d85a3c

RGB 2169060
HSL0.030.670.54
HSV12°72°85°
CMYK 0.000.580.72   0.15
XYZ32.790722.23756.8390
Yxy22.23750.53000.3594
Hunter Lab47.156741.597024.4110
CIE-Lab54.278147.754341.6678

#d85a3c color RGB value is (216,90,60).

#d85a3c hex color red value is 216, green value is 90 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #d85a3c hue: 0.03 , saturation: 0.67 and the lightness value of d85a3c is 0.54.

The process color (four color CMYK) of #d85a3c color hex is 0.00, 0.58, 0.72, 0.15. Web safe color of #d85a3c is #cc6633. Color #d85a3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011010 00111100
Octal 330 132 74
Decimal 216 90 60
Hex D8 5A 3C

RGB Percentages of Color #d85a3c

%59.02
%24.59
%16.39

CMYK Percentages of Color #d85a3c

%0
%58
%72
%15

Triadic Colors of #d85a3c

#d85a3c #3cd85a #5a3cd8

Analogous Colors of #d85a3c

#d85a3c #d8a83c #d83c6c

Monochromatic Colors of #d85a3c

#d85a3c

Complementary Color

#d85a3c #3cbad8

#d85a3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85a3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85a3c Color CSS Codes

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

#d85a3c Text Font Color

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

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


#d85a3c Background Color

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

This div background color is #d85a3c


#d85a3c Border Color

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

This div border color is #d85a3c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,90,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d85a3c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d85a3c;
  -webkit-box-shadow: 1px 1px 3px 2px #d85a3c;
  box-shadow:         1px 1px 3px 2px #d85a3c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,90,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85a3c


Comments

No comments written yet.

Please login to write comment.