Color Hex Logo

#533fff Color Hex

#533FFF
(83,63,255)
0 Favorites   0 Comments

Color spaces of #533fff

RGB 8363255
HSL0.681.000.62
HSV246°75°100°
CMYK 0.670.750.00   0.00
XYZ23.394812.614095.8094
Yxy12.61400.17750.0957
Hunter Lab35.516255.4260-135.0809
CIE-Lab42.175862.5927-91.3486

#533fff color RGB value is (83,63,255).

#533fff hex color red value is 83, green value is 63 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #533fff hue: 0.68 , saturation: 1.00 and the lightness value of 533fff is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111111 11111111
Octal 123 77 377
Decimal 83 63 255
Hex 53 3F FF

RGB Percentages of Color #533fff

%20.70
%15.71
%63.59

CMYK Percentages of Color #533fff

%67
%75
%0
%0

Triadic Colors of #533fff

#533fff #ff533f #3fff53

Analogous Colors of #533fff

#533fff #b33fff #3f8bff

Monochromatic Colors of #533fff

#533fff

Complementary Color

#533fff #ebff3f

#533fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#533fff Color CSS Codes

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

#533fff Text Font Color

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

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


#533fff Background Color

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

This div background color is #533fff


#533fff Border Color

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

This div border color is #533fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533fff


Comments

No comments written yet.

Please login to write comment.