Color Hex Logo

#8555db Color Hex

#8555DB
(133,85,219)
0 Favorites   0 Comments

Color spaces of #8555db

RGB 13385219
HSL0.730.650.60
HSV261°61°86°
CMYK 0.390.610.00   0.14
XYZ25.707516.598068.8666
Yxy16.59800.23120.1493
Hunter Lab40.740641.3381-71.7034
CIE-Lab47.749548.5710-61.7644

#8555db color RGB value is (133,85,219).

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

The process color (four color CMYK) of #8555db color hex is 0.39, 0.61, 0.00, 0.14. Web safe color of #8555db is #9966cc. Color #8555db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010101 11011011
Octal 205 125 333
Decimal 133 85 219
Hex 85 55 DB

RGB Percentages of Color #8555db

%30.43
%19.45
%50.11

CMYK Percentages of Color #8555db

%39
%61
%0
%14

Triadic Colors of #8555db

#8555db #db8555 #55db85

Analogous Colors of #8555db

#8555db #c855db #5568db

Monochromatic Colors of #8555db

#8555db

Complementary Color

#8555db #abdb55

#8555db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8555db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8555db Color CSS Codes

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

#8555db Text Font Color

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

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


#8555db Background Color

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

This div background color is #8555db


#8555db Border Color

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

This div border color is #8555db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8555db


Comments

No comments written yet.

Please login to write comment.