Color Hex Logo

#564bfd Color Hex

#564BFD
(86,75,253)
0 Favorites   0 Comments

Color spaces of #564bfd

RGB 8675253
HSL0.680.980.64
HSV244°70°99°
CMYK 0.660.700.00   0.01
XYZ24.083514.102494.3812
Yxy14.10240.18170.1064
Hunter Lab37.553248.7571-122.7245
CIE-Lab44.379456.1394-86.5922

#564bfd color RGB value is (86,75,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001011 11111101
Octal 126 113 375
Decimal 86 75 253
Hex 56 4B FD

RGB Percentages of Color #564bfd

%20.77
%18.12
%61.11

CMYK Percentages of Color #564bfd

%66
%70
%0
%1

Triadic Colors of #564bfd

#564bfd #fd564b #4bfd56

Analogous Colors of #564bfd

#564bfd #af4bfd #4b99fd

Monochromatic Colors of #564bfd

#564bfd

Complementary Color

#564bfd #f2fd4b

#564bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#564bfd Color CSS Codes

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

#564bfd Text Font Color

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

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


#564bfd Background Color

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

This div background color is #564bfd


#564bfd Border Color

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

This div border color is #564bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.