Color Hex Logo

#d6563d Color Hex

#D6563D
(214,86,61)
0 Favorites   0 Comments

Color spaces of #d6563d

RGB 2148661
HSL0.030.650.54
HSV10°71°84°
CMYK 0.000.600.71   0.16
XYZ31.901621.28866.8426
Yxy21.28860.53140.3546
Hunter Lab46.139642.673423.5049
CIE-Lab53.263948.927239.9053

#d6563d color RGB value is (214,86,61).

#d6563d hex color red value is 214, green value is 86 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #d6563d hue: 0.03 , saturation: 0.65 and the lightness value of d6563d is 0.54.

The process color (four color CMYK) of #d6563d color hex is 0.00, 0.60, 0.71, 0.16. Web safe color of #d6563d is #cc6633. Color #d6563d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010110 00111101
Octal 326 126 75
Decimal 214 86 61
Hex D6 56 3D

RGB Percentages of Color #d6563d

%59.28
%23.82
%16.90

CMYK Percentages of Color #d6563d

%0
%60
%71
%16

Triadic Colors of #d6563d

#d6563d #3dd656 #563dd6

Analogous Colors of #d6563d

#d6563d #d6a33d #d63d71

Monochromatic Colors of #d6563d

#d6563d

Complementary Color

#d6563d #3dbdd6

#d6563d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6563d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6563d Color CSS Codes

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

#d6563d Text Font Color

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

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


#d6563d Background Color

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

This div background color is #d6563d


#d6563d Border Color

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

This div border color is #d6563d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,86,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6563d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6563d;
  -webkit-box-shadow: 1px 1px 3px 2px #d6563d;
  box-shadow:         1px 1px 3px 2px #d6563d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,86,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6563d


Comments

No comments written yet.

Please login to write comment.