Color Hex Logo

#564299 Color Hex

#564299
(86,66,153)
0 Favorites   0 Comments

Color spaces of #564299

RGB 8666153
HSL0.700.400.43
HSV254°57°60°
CMYK 0.440.570.00   0.40
XYZ11.53578.174831.1069
Yxy8.17480.22700.1609
Hunter Lab28.591621.9831-44.4918
CIE-Lab34.344330.5538-44.9227

#564299 color RGB value is (86,66,153).

#564299 hex color red value is 86, green value is 66 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #564299 hue: 0.70 , saturation: 0.40 and the lightness value of 564299 is 0.43.

The process color (four color CMYK) of #564299 color hex is 0.44, 0.57, 0.00, 0.40. Web safe color of #564299 is #663399. Color #564299 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000010 10011001
Octal 126 102 231
Decimal 86 66 153
Hex 56 42 99

RGB Percentages of Color #564299

%28.20
%21.64
%50.16

CMYK Percentages of Color #564299

%44
%57
%0
%40

Triadic Colors of #564299

#564299 #995642 #429956

Analogous Colors of #564299

#564299 #824299 #425a99

Monochromatic Colors of #564299

#564299

Complementary Color

#564299 #859942

#564299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564299 Color CSS Codes

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

#564299 Text Font Color

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

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


#564299 Background Color

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

This div background color is #564299


#564299 Border Color

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

This div border color is #564299


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,66,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #564299; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #564299;
  -webkit-box-shadow: 1px 1px 3px 2px #564299;
  box-shadow:         1px 1px 3px 2px #564299; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564299


Comments

No comments written yet.

Please login to write comment.