Color Hex Logo

#564abe Color Hex

#564ABE
(86,74,190)
0 Favorites   0 Comments

Color spaces of #564abe

RGB 8674190
HSL0.680.470.52
HSV246°61°75°
CMYK 0.550.610.00   0.25
XYZ15.580810.593749.9388
Yxy10.59370.20470.1392
Hunter Lab32.548028.4895-68.1859
CIE-Lab38.887637.0605-59.6036

#564abe color RGB value is (86,74,190).

#564abe hex color red value is 86, green value is 74 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #564abe hue: 0.68 , saturation: 0.47 and the lightness value of 564abe is 0.52.

The process color (four color CMYK) of #564abe color hex is 0.55, 0.61, 0.00, 0.25. Web safe color of #564abe is #6633cc. Color #564abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001010 10111110
Octal 126 112 276
Decimal 86 74 190
Hex 56 4A BE

RGB Percentages of Color #564abe

%24.57
%21.14
%54.29

CMYK Percentages of Color #564abe

%55
%61
%0
%25

Triadic Colors of #564abe

#564abe #be564a #4abe56

Analogous Colors of #564abe

#564abe #904abe #4a78be

Monochromatic Colors of #564abe

#564abe

Complementary Color

#564abe #b2be4a

#564abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#564abe Color CSS Codes

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

#564abe Text Font Color

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

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


#564abe Background Color

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

This div background color is #564abe


#564abe Border Color

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

This div border color is #564abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564abe


Comments

No comments written yet.

Please login to write comment.