Color Hex Logo

#562687 Color Hex

#562687
(86,38,135)
0 Favorites   0 Comments

Color spaces of #562687

RGB 8638135
HSL0.750.560.34
HSV270°72°53°
CMYK 0.360.720.00   0.47
XYZ8.90405.113923.4395
Yxy5.11390.23770.1365
Hunter Lab22.613930.7081-45.6247
CIE-Lab27.056841.4937-45.6292

#562687 color RGB value is (86,38,135).

#562687 hex color red value is 86, green value is 38 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #562687 hue: 0.75 , saturation: 0.56 and the lightness value of 562687 is 0.34.

The process color (four color CMYK) of #562687 color hex is 0.36, 0.72, 0.00, 0.47. Web safe color of #562687 is #663399. Color #562687 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00100110 10000111
Octal 126 46 207
Decimal 86 38 135
Hex 56 26 87

RGB Percentages of Color #562687

%33.20
%14.67
%52.12

CMYK Percentages of Color #562687

%36
%72
%0
%47

Triadic Colors of #562687

#562687 #875626 #268756

Analogous Colors of #562687

#562687 #872687 #262787

Monochromatic Colors of #562687

#562687

Complementary Color

#562687 #578726

#562687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#562687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#562687 Color CSS Codes

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

#562687 Text Font Color

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

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


#562687 Background Color

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

This div background color is #562687


#562687 Border Color

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

This div border color is #562687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #562687


Comments

No comments written yet.

Please login to write comment.