Color Hex Logo

#562187 Color Hex

#562187
(86,33,135)
0 Favorites   0 Comments

Color spaces of #562187

RGB 8633135
HSL0.750.610.33
HSV271°76°53°
CMYK 0.360.760.00   0.47
XYZ8.75484.815423.3897
Yxy4.81540.23690.1303
Hunter Lab21.944032.8124-47.8352
CIE-Lab26.202243.9018-47.0177

#562187 color RGB value is (86,33,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00100001 10000111
Octal 126 41 207
Decimal 86 33 135
Hex 56 21 87

RGB Percentages of Color #562187

%33.86
%12.99
%53.15

CMYK Percentages of Color #562187

%36
%76
%0
%47

Triadic Colors of #562187

#562187 #875621 #218756

Analogous Colors of #562187

#562187 #872185 #232187

Monochromatic Colors of #562187

#562187

Complementary Color

#562187 #528721

#562187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#562187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#562187 Color CSS Codes

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

#562187 Text Font Color

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

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


#562187 Background Color

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

This div background color is #562187


#562187 Border Color

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

This div border color is #562187


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,33,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 #562187">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #562187


Comments

No comments written yet.

Please login to write comment.