Color Hex Logo

#8556df Color Hex

#8556DF
(133,86,223)
0 Favorites   0 Comments

Color spaces of #8556df

RGB 13386223
HSL0.720.680.61
HSV261°61°87°
CMYK 0.400.610.00   0.13
XYZ26.319916.969871.7003
Yxy16.96980.22890.1476
Hunter Lab41.194441.9568-74.3602
CIE-Lab48.222049.0819-63.2729

#8556df color RGB value is (133,86,223).

#8556df hex color red value is 133, green value is 86 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8556df hue: 0.72 , saturation: 0.68 and the lightness value of 8556df is 0.61.

The process color (four color CMYK) of #8556df color hex is 0.40, 0.61, 0.00, 0.13. Web safe color of #8556df is #9966cc. Color #8556df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010110 11011111
Octal 205 126 337
Decimal 133 86 223
Hex 85 56 DF

RGB Percentages of Color #8556df

%30.09
%19.46
%50.45

CMYK Percentages of Color #8556df

%40
%61
%0
%13

Triadic Colors of #8556df

#8556df #df8556 #56df85

Analogous Colors of #8556df

#8556df #ca56df #566cdf

Monochromatic Colors of #8556df

#8556df

Complementary Color

#8556df #b0df56

#8556df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8556df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8556df Color CSS Codes

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

#8556df Text Font Color

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

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


#8556df Background Color

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

This div background color is #8556df


#8556df Border Color

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

This div border color is #8556df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,86,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8556df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8556df;
  -webkit-box-shadow: 1px 1px 3px 2px #8556df;
  box-shadow:         1px 1px 3px 2px #8556df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8556df


Comments

No comments written yet.

Please login to write comment.