Color Hex Logo

#564eee Color Hex

#564EEE
(86,78,238)
0 Favorites   0 Comments

Color spaces of #564eee

RGB 8678238
HSL0.680.820.62
HSV243°67°93°
CMYK 0.640.670.00   0.07
XYZ21.994813.600382.3548
Yxy13.60030.18650.1153
Hunter Lab36.878641.9219-106.5875
CIE-Lab43.654249.8408-79.3723

#564eee color RGB value is (86,78,238).

#564eee hex color red value is 86, green value is 78 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #564eee hue: 0.68 , saturation: 0.82 and the lightness value of 564eee is 0.62.

The process color (four color CMYK) of #564eee color hex is 0.64, 0.67, 0.00, 0.07. Web safe color of #564eee is #6666ff. Color #564eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001110 11101110
Octal 126 116 356
Decimal 86 78 238
Hex 56 4E EE

RGB Percentages of Color #564eee

%21.39
%19.40
%59.20

CMYK Percentages of Color #564eee

%64
%67
%0
%7

Triadic Colors of #564eee

#564eee #ee564e #4eee56

Analogous Colors of #564eee

#564eee #a64eee #4e96ee

Monochromatic Colors of #564eee

#564eee

Complementary Color

#564eee #e6ee4e

#564eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#564eee Color CSS Codes

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

#564eee Text Font Color

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

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


#564eee Background Color

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

This div background color is #564eee


#564eee Border Color

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

This div border color is #564eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564eee


Comments

No comments written yet.

Please login to write comment.