Color Hex Logo

#56255d Color Hex

#56255D
(86,37,93)
0 Favorites   0 Comments

Color spaces of #56255d

RGB 863793
HSL0.810.430.25
HSV293°60°36°
CMYK 0.080.600.00   0.64
XYZ6.47514.091910.8045
Yxy4.09190.30300.1915
Hunter Lab20.228421.7378-17.5083
CIE-Lab23.973031.9107-23.6741

#56255d color RGB value is (86,37,93).

#56255d hex color red value is 86, green value is 37 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #56255d hue: 0.81 , saturation: 0.43 and the lightness value of 56255d is 0.25.

The process color (four color CMYK) of #56255d color hex is 0.08, 0.60, 0.00, 0.64. Web safe color of #56255d is #663366. Color #56255d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00100101 01011101
Octal 126 45 135
Decimal 86 37 93
Hex 56 25 5D

RGB Percentages of Color #56255d

%39.81
%17.13
%43.06

CMYK Percentages of Color #56255d

%8
%60
%0
%64

Triadic Colors of #56255d

#56255d #5d5625 #255d56

Analogous Colors of #56255d

#56255d #5d2548 #3a255d

Monochromatic Colors of #56255d

#56255d

Complementary Color

#56255d #2c5d25

#56255d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56255d Color Preview on White Background

Lorem ipsum dolor sit amet.

#56255d Color CSS Codes

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

#56255d Text Font Color

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

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


#56255d Background Color

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

This div background color is #56255d


#56255d Border Color

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

This div border color is #56255d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56255d


Comments

No comments written yet.

Please login to write comment.