Color Hex Logo

#533bfb Color Hex

#533BFB
(83,59,251)
0 Favorites   0 Comments

Color spaces of #533bfb

RGB 8359251
HSL0.690.960.61
HSV248°76°98°
CMYK 0.670.760.00   0.02
XYZ22.543811.932092.3817
Yxy11.93200.17770.0941
Hunter Lab34.542756.0456-134.3863
CIE-Lab41.107863.3495-90.8766

#533bfb color RGB value is (83,59,251).

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

The process color (four color CMYK) of #533bfb color hex is 0.67, 0.76, 0.00, 0.02. Web safe color of #533bfb is #6633ff. Color #533bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111011 11111011
Octal 123 73 373
Decimal 83 59 251
Hex 53 3B FB

RGB Percentages of Color #533bfb

%21.12
%15.01
%63.87

CMYK Percentages of Color #533bfb

%67
%76
%0
%2

Triadic Colors of #533bfb

#533bfb #fb533b #3bfb53

Analogous Colors of #533bfb

#533bfb #b33bfb #3b83fb

Monochromatic Colors of #533bfb

#533bfb

Complementary Color

#533bfb #e3fb3b

#533bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#533bfb Color CSS Codes

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

#533bfb Text Font Color

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

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


#533bfb Background Color

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

This div background color is #533bfb


#533bfb Border Color

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

This div border color is #533bfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,59,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.