Color Hex Logo

#564afe Color Hex

#564AFE
(86,74,254)
0 Favorites   0 Comments

Color spaces of #564afe

RGB 8674254
HSL0.680.990.64
HSV244°71°100°
CMYK 0.660.710.00   0.00
XYZ24.175914.031795.2001
Yxy14.03170.18120.1052
Hunter Lab37.458949.6504-124.4616
CIE-Lab44.278456.9792-87.3164

#564afe color RGB value is (86,74,254).

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

The process color (four color CMYK) of #564afe color hex is 0.66, 0.71, 0.00, 0.00. Web safe color of #564afe is #6633ff. Color #564afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001010 11111110
Octal 126 112 376
Decimal 86 74 254
Hex 56 4A FE

RGB Percentages of Color #564afe

%20.77
%17.87
%61.35

CMYK Percentages of Color #564afe

%66
%71
%0
%0

Triadic Colors of #564afe

#564afe #fe564a #4afe56

Analogous Colors of #564afe

#564afe #b04afe #4a98fe

Monochromatic Colors of #564afe

#564afe

Complementary Color

#564afe #f2fe4a

#564afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#564afe Color CSS Codes

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

#564afe Text Font Color

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

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


#564afe Background Color

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

This div background color is #564afe


#564afe Border Color

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

This div border color is #564afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564afe

Related Colors


Comments

No comments written yet.

Please login to write comment.