Color Hex Logo

#564afb Color Hex

#564AFB
(86,74,251)
0 Favorites   0 Comments

Color spaces of #564afb

RGB 8674251
HSL0.680.960.64
HSV244°71°98°
CMYK 0.660.710.00   0.02
XYZ23.699113.841092.6893
Yxy13.84100.18200.1063
Hunter Lab37.203548.6007-121.6735
CIE-Lab44.004056.0651-86.0930

#564afb color RGB value is (86,74,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001010 11111011
Octal 126 112 373
Decimal 86 74 251
Hex 56 4A FB

RGB Percentages of Color #564afb

%20.92
%18.00
%61.07

CMYK Percentages of Color #564afb

%66
%71
%0
%2

Triadic Colors of #564afb

#564afb #fb564a #4afb56

Analogous Colors of #564afb

#564afb #af4afb #4a97fb

Monochromatic Colors of #564afb

#564afb

Complementary Color

#564afb #effb4a

#564afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#564afb Color CSS Codes

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

#564afb Text Font Color

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

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


#564afb Background Color

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

This div background color is #564afb


#564afb Border Color

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

This div border color is #564afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564afb

Related Colors


Comments

No comments written yet.

Please login to write comment.