Color Hex Logo

#533bdb Color Hex

#533BDB
(83,59,219)
0 Favorites   0 Comments

Color spaces of #533bdb

RGB 8359219
HSL0.690.690.55
HSV249°73°86°
CMYK 0.620.730.00   0.14
XYZ17.917410.081468.0194
Yxy10.08140.18660.1050
Hunter Lab31.751245.1640-104.7888
CIE-Lab37.988153.9845-77.8874

#533bdb color RGB value is (83,59,219).

#533bdb hex color red value is 83, green value is 59 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #533bdb hue: 0.69 , saturation: 0.69 and the lightness value of 533bdb is 0.55.

The process color (four color CMYK) of #533bdb color hex is 0.62, 0.73, 0.00, 0.14. Web safe color of #533bdb is #6633cc. Color #533bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111011 11011011
Octal 123 73 333
Decimal 83 59 219
Hex 53 3B DB

RGB Percentages of Color #533bdb

%22.99
%16.34
%60.66

CMYK Percentages of Color #533bdb

%62
%73
%0
%14

Triadic Colors of #533bdb

#533bdb #db533b #3bdb53

Analogous Colors of #533bdb

#533bdb #a33bdb #3b73db

Monochromatic Colors of #533bdb

#533bdb

Complementary Color

#533bdb #c3db3b

#533bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#533bdb Color CSS Codes

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

#533bdb Text Font Color

<p style="color:#533bdb">Text here</p>

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


#533bdb Background Color

<div style="background-color:#533bdb">
Div content here</div>

This div background color is #533bdb


#533bdb Border Color

<div style="border:3px solid #533bdb">
Div here</div>

This div border color is #533bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533bdb


Comments

No comments written yet.

Please login to write comment.