Color Hex Logo

#563752 Color Hex

#563752
(86,55,82)
0 Favorites   0 Comments

Color spaces of #563752

RGB 865582
HSL0.850.220.28
HSV308°36°34°
CMYK 0.000.360.05   0.66
XYZ6.72695.32008.6550
Yxy5.32000.32490.2570
Hunter Lab23.065111.6952-6.1025
CIE-Lab27.627718.7712-10.7734

#563752 color RGB value is (86,55,82).

#563752 hex color red value is 86, green value is 55 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #563752 hue: 0.85 , saturation: 0.22 and the lightness value of 563752 is 0.28.

The process color (four color CMYK) of #563752 color hex is 0.00, 0.36, 0.05, 0.66. Web safe color of #563752 is #663366. Color #563752 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110111 01010010
Octal 126 67 122
Decimal 86 55 82
Hex 56 37 52

RGB Percentages of Color #563752

%38.57
%24.66
%36.77

CMYK Percentages of Color #563752

%0
%36
%5
%66

Triadic Colors of #563752

#563752 #525637 #375256

Analogous Colors of #563752

#563752 #563743 #4b3756

Monochromatic Colors of #563752

#563752

Complementary Color

#563752 #37563b

#563752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563752 Color CSS Codes

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

#563752 Text Font Color

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

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


#563752 Background Color

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

This div background color is #563752


#563752 Border Color

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

This div border color is #563752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563752


Comments

No comments written yet.

Please login to write comment.