Color Hex Logo

#564fe5 Color Hex

#564FE5
(86,79,229)
0 Favorites   0 Comments

Color spaces of #564fe5

RGB 8679229
HSL0.670.740.60
HSV243°66°90°
CMYK 0.620.660.00   0.10
XYZ20.776613.227575.5869
Yxy13.22750.18960.1207
Hunter Lab36.369638.3235-97.7635
CIE-Lab43.104146.4368-75.1857

#564fe5 color RGB value is (86,79,229).

#564fe5 hex color red value is 86, green value is 79 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #564fe5 hue: 0.67 , saturation: 0.74 and the lightness value of 564fe5 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001111 11100101
Octal 126 117 345
Decimal 86 79 229
Hex 56 4F E5

RGB Percentages of Color #564fe5

%21.83
%20.05
%58.12

CMYK Percentages of Color #564fe5

%62
%66
%0
%10

Triadic Colors of #564fe5

#564fe5 #e5564f #4fe556

Analogous Colors of #564fe5

#564fe5 #a14fe5 #4f93e5

Monochromatic Colors of #564fe5

#564fe5

Complementary Color

#564fe5 #dee54f

#564fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564fe5 Color CSS Codes

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

#564fe5 Text Font Color

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

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


#564fe5 Background Color

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

This div background color is #564fe5


#564fe5 Border Color

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

This div border color is #564fe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564fe5


Comments

No comments written yet.

Please login to write comment.