Color Hex Logo

#d5563a Color Hex

#D5563A
(213,86,58)
0 Favorites   0 Comments

Color spaces of #d5563a

RGB 2138658
HSL0.030.650.53
HSV11°73°84°
CMYK 0.000.600.73   0.16
XYZ31.532121.10726.4152
Yxy21.10720.53390.3574
Hunter Lab45.942642.111723.8808
CIE-Lab53.066648.430941.2564

#d5563a color RGB value is (213,86,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010110 00111010
Octal 325 126 72
Decimal 213 86 58
Hex D5 56 3A

RGB Percentages of Color #d5563a

%59.66
%24.09
%16.25

CMYK Percentages of Color #d5563a

%0
%60
%73
%16

Triadic Colors of #d5563a

#d5563a #3ad556 #563ad5

Analogous Colors of #d5563a

#d5563a #d5a43a #d53a6c

Monochromatic Colors of #d5563a

#d5563a

Complementary Color

#d5563a #3ab9d5

#d5563a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5563a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5563a Color CSS Codes

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

#d5563a Text Font Color

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

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


#d5563a Background Color

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

This div background color is #d5563a


#d5563a Border Color

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

This div border color is #d5563a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5563a


Comments

No comments written yet.

Please login to write comment.