Color Hex Logo

#533e91 Color Hex

#533E91
(83,62,145)
0 Favorites   0 Comments

Color spaces of #533e91

RGB 8362145
HSL0.710.400.41
HSV255°57°57°
CMYK 0.430.570.00   0.43
XYZ10.40077.328627.6544
Yxy7.32860.22920.1615
Hunter Lab27.071421.2039-41.6169
CIE-Lab32.543629.9147-42.9618

#533e91 color RGB value is (83,62,145).

#533e91 hex color red value is 83, green value is 62 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #533e91 hue: 0.71 , saturation: 0.40 and the lightness value of 533e91 is 0.41.

The process color (four color CMYK) of #533e91 color hex is 0.43, 0.57, 0.00, 0.43. Web safe color of #533e91 is #663399. Color #533e91 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111110 10010001
Octal 123 76 221
Decimal 83 62 145
Hex 53 3E 91

RGB Percentages of Color #533e91

%28.62
%21.38
%50.00

CMYK Percentages of Color #533e91

%43
%57
%0
%43

Triadic Colors of #533e91

#533e91 #91533e #3e9153

Analogous Colors of #533e91

#533e91 #7d3e91 #3e5291

Monochromatic Colors of #533e91

#533e91

Complementary Color

#533e91 #7c913e

#533e91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533e91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533e91 Color CSS Codes

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

#533e91 Text Font Color

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

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


#533e91 Background Color

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

This div background color is #533e91


#533e91 Border Color

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

This div border color is #533e91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533e91


Comments

No comments written yet.

Please login to write comment.