Color Hex Logo

#8553db Color Hex

#8553DB
(133,83,219)
0 Favorites   0 Comments

Color spaces of #8553db

RGB 13383219
HSL0.730.650.59
HSV262°62°86°
CMYK 0.390.620.00   0.14
XYZ25.552316.287568.8149
Yxy16.28750.23090.1472
Hunter Lab40.357842.3902-72.8462
CIE-Lab47.349449.6432-62.4111

#8553db color RGB value is (133,83,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010011 11011011
Octal 205 123 333
Decimal 133 83 219
Hex 85 53 DB

RGB Percentages of Color #8553db

%30.57
%19.08
%50.34

CMYK Percentages of Color #8553db

%39
%62
%0
%14

Triadic Colors of #8553db

#8553db #db8553 #53db85

Analogous Colors of #8553db

#8553db #c953db #5365db

Monochromatic Colors of #8553db

#8553db

Complementary Color

#8553db #a9db53

#8553db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8553db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8553db Color CSS Codes

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

#8553db Text Font Color

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

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


#8553db Background Color

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

This div background color is #8553db


#8553db Border Color

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

This div border color is #8553db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8553db


Comments

No comments written yet.

Please login to write comment.