Color Hex Logo

#533bde Color Hex

#533BDE
(83,59,222)
0 Favorites   0 Comments

Color spaces of #533bde

RGB 8359222
HSL0.690.710.55
HSV249°73°87°
CMYK 0.630.730.00   0.13
XYZ18.316110.240970.1186
Yxy10.24090.18560.1038
Hunter Lab32.001446.1625-107.5099
CIE-Lab38.271454.8746-79.1401

#533bde color RGB value is (83,59,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111011 11011110
Octal 123 73 336
Decimal 83 59 222
Hex 53 3B DE

RGB Percentages of Color #533bde

%22.80
%16.21
%60.99

CMYK Percentages of Color #533bde

%63
%73
%0
%13

Triadic Colors of #533bde

#533bde #de533b #3bde53

Analogous Colors of #533bde

#533bde #a53bde #3b75de

Monochromatic Colors of #533bde

#533bde

Complementary Color

#533bde #c6de3b

#533bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#533bde Color CSS Codes

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

#533bde Text Font Color

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

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


#533bde Background Color

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

This div background color is #533bde


#533bde Border Color

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

This div border color is #533bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533bde


Comments

No comments written yet.

Please login to write comment.