Color Hex Logo

#56135f Color Hex

#56135F
(86,19,95)
0 Favorites   0 Comments

Color spaces of #56135f

RGB 861995
HSL0.810.670.22
HSV293°80°37°
CMYK 0.090.800.00   0.63
XYZ6.13623.270411.1343
Yxy3.27040.29870.1592
Hunter Lab18.084228.9197-23.8453
CIE-Lab21.095840.6855-29.5674

#56135f color RGB value is (86,19,95).

#56135f hex color red value is 86, green value is 19 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #56135f hue: 0.81 , saturation: 0.67 and the lightness value of 56135f is 0.22.

The process color (four color CMYK) of #56135f color hex is 0.09, 0.80, 0.00, 0.63. Web safe color of #56135f is #660066. Color #56135f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010011 01011111
Octal 126 23 137
Decimal 86 19 95
Hex 56 13 5F

RGB Percentages of Color #56135f

%43.00
%9.50
%47.50

CMYK Percentages of Color #56135f

%9
%80
%0
%63

Triadic Colors of #56135f

#56135f #5f5613 #135f56

Analogous Colors of #56135f

#56135f #5f1342 #30135f

Monochromatic Colors of #56135f

#56135f

Complementary Color

#56135f #1c5f13

#56135f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56135f Color Preview on White Background

Lorem ipsum dolor sit amet.

#56135f Color CSS Codes

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

#56135f Text Font Color

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

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


#56135f Background Color

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

This div background color is #56135f


#56135f Border Color

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

This div border color is #56135f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,19,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56135f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56135f;
  -webkit-box-shadow: 1px 1px 3px 2px #56135f;
  box-shadow:         1px 1px 3px 2px #56135f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56135f


Comments

No comments written yet.

Please login to write comment.