Color Hex Logo

#533af6 Color Hex

#533AF6
(83,58,246)
0 Favorites   0 Comments

Color spaces of #533af6

RGB 8358246
HSL0.690.910.60
HSV248°76°96°
CMYK 0.660.760.00   0.04
XYZ21.714911.518988.2677
Yxy11.51890.17870.0948
Hunter Lab33.939554.8123-130.4400
CIE-Lab40.441062.3829-89.1729

#533af6 color RGB value is (83,58,246).

#533af6 hex color red value is 83, green value is 58 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #533af6 hue: 0.69 , saturation: 0.91 and the lightness value of 533af6 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111010 11110110
Octal 123 72 366
Decimal 83 58 246
Hex 53 3A F6

RGB Percentages of Color #533af6

%21.45
%14.99
%63.57

CMYK Percentages of Color #533af6

%66
%76
%0
%4

Triadic Colors of #533af6

#533af6 #f6533a #3af653

Analogous Colors of #533af6

#533af6 #b13af6 #3a7ff6

Monochromatic Colors of #533af6

#533af6

Complementary Color

#533af6 #ddf63a

#533af6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533af6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533af6 Color CSS Codes

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

#533af6 Text Font Color

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

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


#533af6 Background Color

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

This div background color is #533af6


#533af6 Border Color

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

This div border color is #533af6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533af6


Comments

No comments written yet.

Please login to write comment.