Color Hex Logo

#533bda Color Hex

#533BDA
(83,59,218)
0 Favorites   0 Comments

Color spaces of #533bda

RGB 8359218
HSL0.690.680.54
HSV249°73°85°
CMYK 0.620.730.00   0.15
XYZ17.786110.028967.3280
Yxy10.02890.18690.1054
Hunter Lab31.668444.8321-103.8843
CIE-Lab37.894253.6872-77.4680

#533bda color RGB value is (83,59,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111011 11011010
Octal 123 73 332
Decimal 83 59 218
Hex 53 3B DA

RGB Percentages of Color #533bda

%23.06
%16.39
%60.56

CMYK Percentages of Color #533bda

%62
%73
%0
%15

Triadic Colors of #533bda

#533bda #da533b #3bda53

Analogous Colors of #533bda

#533bda #a33bda #3b73da

Monochromatic Colors of #533bda

#533bda

Complementary Color

#533bda #c2da3b

#533bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#533bda Color CSS Codes

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

#533bda Text Font Color

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

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


#533bda Background Color

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

This div background color is #533bda


#533bda Border Color

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

This div border color is #533bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533bda


Comments

No comments written yet.

Please login to write comment.