Color Hex Logo

#8555de Color Hex

#8555DE
(133,85,222)
0 Favorites   0 Comments

Color spaces of #8555de

RGB 13385222
HSL0.730.670.60
HSV261°62°87°
CMYK 0.400.620.00   0.13
XYZ26.106216.757570.9658
Yxy16.75750.22930.1472
Hunter Lab40.935942.1975-74.1290
CIE-Lab47.953049.3567-63.1404

#8555de color RGB value is (133,85,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010101 11011110
Octal 205 125 336
Decimal 133 85 222
Hex 85 55 DE

RGB Percentages of Color #8555de

%30.23
%19.32
%50.45

CMYK Percentages of Color #8555de

%40
%62
%0
%13

Triadic Colors of #8555de

#8555de #de8555 #55de85

Analogous Colors of #8555de

#8555de #ca55de #556ade

Monochromatic Colors of #8555de

#8555de

Complementary Color

#8555de #aede55

#8555de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8555de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8555de Color CSS Codes

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

#8555de Text Font Color

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

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


#8555de Background Color

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

This div background color is #8555de


#8555de Border Color

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

This div border color is #8555de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8555de


Comments

No comments written yet.

Please login to write comment.