Color Hex Logo

#56058a Color Hex

#56058A
(86,5,138)
0 Favorites   0 Comments

Color spaces of #56058a

RGB 865138
HSL0.770.930.28
HSV277°96°54°
CMYK 0.380.960.00   0.46
XYZ8.47953.922024.3549
Yxy3.92200.23070.1067
Hunter Lab19.804041.7713-59.0517
CIE-Lab23.411953.5370-53.4541

#56058a color RGB value is (86,5,138).

#56058a hex color red value is 86, green value is 5 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #56058a hue: 0.77 , saturation: 0.93 and the lightness value of 56058a is 0.28.

The process color (four color CMYK) of #56058a color hex is 0.38, 0.96, 0.00, 0.46. Web safe color of #56058a is #660099. Color #56058a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00000101 10001010
Octal 126 5 212
Decimal 86 5 138
Hex 56 5 8A

RGB Percentages of Color #56058a

%37.55
%2.18
%60.26

CMYK Percentages of Color #56058a

%38
%96
%0
%46

Triadic Colors of #56058a

#56058a #8a5605 #058a56

Analogous Colors of #56058a

#56058a #8a057c #13058a

Monochromatic Colors of #56058a

#56058a

Complementary Color

#56058a #398a05

#56058a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56058a Color Preview on White Background

Lorem ipsum dolor sit amet.

#56058a Color CSS Codes

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

#56058a Text Font Color

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

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


#56058a Background Color

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

This div background color is #56058a


#56058a Border Color

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

This div border color is #56058a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,5,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56058a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56058a;
  -webkit-box-shadow: 1px 1px 3px 2px #56058a;
  box-shadow:         1px 1px 3px 2px #56058a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56058a


Comments

No comments written yet.

Please login to write comment.