Color Hex Logo

#533fba Color Hex

#533FBA
(83,63,186)
0 Favorites   0 Comments

Color spaces of #533fba

RGB 8363186
HSL0.690.490.49
HSV250°66°73°
CMYK 0.550.660.00   0.27
XYZ14.20778.939247.4310
Yxy8.93920.20130.1267
Hunter Lab29.898532.5004-73.1288
CIE-Lab35.867041.7932-62.1852

#533fba color RGB value is (83,63,186).

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

The process color (four color CMYK) of #533fba color hex is 0.55, 0.66, 0.00, 0.27. Web safe color of #533fba is #6633cc. Color #533fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111111 10111010
Octal 123 77 272
Decimal 83 63 186
Hex 53 3F BA

RGB Percentages of Color #533fba

%25.00
%18.98
%56.02

CMYK Percentages of Color #533fba

%55
%66
%0
%27

Triadic Colors of #533fba

#533fba #ba533f #3fba53

Analogous Colors of #533fba

#533fba #913fba #3f69ba

Monochromatic Colors of #533fba

#533fba

Complementary Color

#533fba #a6ba3f

#533fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#533fba Color CSS Codes

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

#533fba Text Font Color

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

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


#533fba Background Color

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

This div background color is #533fba


#533fba Border Color

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

This div border color is #533fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533fba


Comments

No comments written yet.

Please login to write comment.