Color Hex Logo

#564dcb Color Hex

#564DCB
(86,77,203)
0 Favorites   0 Comments

Color spaces of #564dcb

RGB 8677203
HSL0.680.550.55
HSV244°62°80°
CMYK 0.580.620.00   0.20
XYZ17.271111.598057.8283
Yxy11.59800.19920.1338
Hunter Lab34.055830.9269-76.8379
CIE-Lab40.569939.3666-64.4315

#564dcb color RGB value is (86,77,203).

#564dcb hex color red value is 86, green value is 77 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #564dcb hue: 0.68 , saturation: 0.55 and the lightness value of 564dcb is 0.55.

The process color (four color CMYK) of #564dcb color hex is 0.58, 0.62, 0.00, 0.20. Web safe color of #564dcb is #6666cc. Color #564dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001101 11001011
Octal 126 115 313
Decimal 86 77 203
Hex 56 4D CB

RGB Percentages of Color #564dcb

%23.50
%21.04
%55.46

CMYK Percentages of Color #564dcb

%58
%62
%0
%20

Triadic Colors of #564dcb

#564dcb #cb564d #4dcb56

Analogous Colors of #564dcb

#564dcb #954dcb #4d83cb

Monochromatic Colors of #564dcb

#564dcb

Complementary Color

#564dcb #c2cb4d

#564dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#564dcb Color CSS Codes

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

#564dcb Text Font Color

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

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


#564dcb Background Color

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

This div background color is #564dcb


#564dcb Border Color

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

This div border color is #564dcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,77,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #564dcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #564dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #564dcb;
  box-shadow:         1px 1px 3px 2px #564dcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564dcb


Comments

No comments written yet.

Please login to write comment.