Color Hex Logo

#562188 Color Hex

#562188
(86,33,136)
0 Favorites   0 Comments

Color spaces of #562188

RGB 8633136
HSL0.750.610.33
HSV271°76°53°
CMYK 0.370.760.00   0.47
XYZ8.82554.843723.7623
Yxy4.84370.23580.1294
Hunter Lab22.008433.0648-48.6090
CIE-Lab26.284744.1523-47.5081

#562188 color RGB value is (86,33,136).

#562188 hex color red value is 86, green value is 33 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #562188 hue: 0.75 , saturation: 0.61 and the lightness value of 562188 is 0.33.

The process color (four color CMYK) of #562188 color hex is 0.37, 0.76, 0.00, 0.47. Web safe color of #562188 is #663399. Color #562188 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00100001 10001000
Octal 126 41 210
Decimal 86 33 136
Hex 56 21 88

RGB Percentages of Color #562188

%33.73
%12.94
%53.33

CMYK Percentages of Color #562188

%37
%76
%0
%47

Triadic Colors of #562188

#562188 #885621 #218856

Analogous Colors of #562188

#562188 #882187 #222188

Monochromatic Colors of #562188

#562188

Complementary Color

#562188 #538821

#562188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#562188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#562188 Color CSS Codes

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

#562188 Text Font Color

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

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


#562188 Background Color

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

This div background color is #562188


#562188 Border Color

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

This div border color is #562188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #562188


Comments

No comments written yet.

Please login to write comment.