Color Hex Logo

#56257a Color Hex

#56257A
(86,37,122)
0 Favorites   0 Comments

Color spaces of #56257a

RGB 8637122
HSL0.760.530.31
HSV275°70°48°
CMYK 0.300.700.00   0.52
XYZ8.01224.706718.8986
Yxy4.70670.25340.1489
Hunter Lab21.694927.9561-36.4615
CIE-Lab25.882338.7069-39.3521

#56257a color RGB value is (86,37,122).

#56257a hex color red value is 86, green value is 37 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #56257a hue: 0.76 , saturation: 0.53 and the lightness value of 56257a is 0.31.

The process color (four color CMYK) of #56257a color hex is 0.30, 0.70, 0.00, 0.52. Web safe color of #56257a is #663366. Color #56257a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00100101 01111010
Octal 126 45 172
Decimal 86 37 122
Hex 56 25 7A

RGB Percentages of Color #56257a

%35.10
%15.10
%49.80

CMYK Percentages of Color #56257a

%30
%70
%0
%52

Triadic Colors of #56257a

#56257a #7a5625 #257a56

Analogous Colors of #56257a

#56257a #7a2574 #2c257a

Monochromatic Colors of #56257a

#56257a

Complementary Color

#56257a #497a25

#56257a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56257a Color Preview on White Background

Lorem ipsum dolor sit amet.

#56257a Color CSS Codes

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

#56257a Text Font Color

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

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


#56257a Background Color

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

This div background color is #56257a


#56257a Border Color

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

This div border color is #56257a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56257a


Comments

No comments written yet.

Please login to write comment.