Color Hex Logo

#562795 Color Hex

#562795
(86,39,149)
0 Favorites   0 Comments

Color spaces of #562795

RGB 8639149
HSL0.740.590.37
HSV266°74°58°
CMYK 0.420.740.00   0.42
XYZ9.98815.599428.9881
Yxy5.59940.22410.1256
Hunter Lab23.663133.9340-56.0683
CIE-Lab28.378444.6627-52.1474

#562795 color RGB value is (86,39,149).

#562795 hex color red value is 86, green value is 39 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #562795 hue: 0.74 , saturation: 0.59 and the lightness value of 562795 is 0.37.

The process color (four color CMYK) of #562795 color hex is 0.42, 0.74, 0.00, 0.42. Web safe color of #562795 is #663399. Color #562795 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00100111 10010101
Octal 126 47 225
Decimal 86 39 149
Hex 56 27 95

RGB Percentages of Color #562795

%31.39
%14.23
%54.38

CMYK Percentages of Color #562795

%42
%74
%0
%42

Triadic Colors of #562795

#562795 #955627 #279556

Analogous Colors of #562795

#562795 #8d2795 #272f95

Monochromatic Colors of #562795

#562795

Complementary Color

#562795 #669527

#562795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#562795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#562795 Color CSS Codes

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

#562795 Text Font Color

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

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


#562795 Background Color

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

This div background color is #562795


#562795 Border Color

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

This div border color is #562795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #562795


Comments

No comments written yet.

Please login to write comment.