Color Hex Logo

#533dff Color Hex

#533DFF
(83,61,255)
0 Favorites   0 Comments

Color spaces of #533dff

RGB 8361255
HSL0.691.000.62
HSV247°76°100°
CMYK 0.670.760.00   0.00
XYZ23.286012.396595.7732
Yxy12.39650.17710.0943
Hunter Lab35.208756.4396-136.6322
CIE-Lab41.839563.5558-91.9043

#533dff color RGB value is (83,61,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111101 11111111
Octal 123 75 377
Decimal 83 61 255
Hex 53 3D FF

RGB Percentages of Color #533dff

%20.80
%15.29
%63.91

CMYK Percentages of Color #533dff

%67
%76
%0
%0

Triadic Colors of #533dff

#533dff #ff533d #3dff53

Analogous Colors of #533dff

#533dff #b43dff #3d88ff

Monochromatic Colors of #533dff

#533dff

Complementary Color

#533dff #e9ff3d

#533dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#533dff Color CSS Codes

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

#533dff Text Font Color

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

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


#533dff Background Color

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

This div background color is #533dff


#533dff Border Color

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

This div border color is #533dff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,61,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 #533dff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533dff

Related Colors


Comments

No comments written yet.

Please login to write comment.