Color Hex Logo

#8555df Color Hex

#8555DF
(133,85,223)
0 Favorites   0 Comments

Color spaces of #8555df

RGB 13385223
HSL0.720.680.60
HSV261°62°87°
CMYK 0.400.620.00   0.13
XYZ26.240616.811371.6739
Yxy16.81130.22870.1465
Hunter Lab41.001642.4854-74.9423
CIE-Lab48.021449.6188-63.5974

#8555df color RGB value is (133,85,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010101 11011111
Octal 205 125 337
Decimal 133 85 223
Hex 85 55 DF

RGB Percentages of Color #8555df

%30.16
%19.27
%50.57

CMYK Percentages of Color #8555df

%40
%62
%0
%13

Triadic Colors of #8555df

#8555df #df8555 #55df85

Analogous Colors of #8555df

#8555df #ca55df #556adf

Monochromatic Colors of #8555df

#8555df

Complementary Color

#8555df #afdf55

#8555df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8555df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8555df Color CSS Codes

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

#8555df Text Font Color

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

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


#8555df Background Color

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

This div background color is #8555df


#8555df Border Color

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

This div border color is #8555df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,85,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 #8555df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8555df


Comments

No comments written yet.

Please login to write comment.