Color Hex Logo

#533d93 Color Hex

#533D93
(83,61,147)
0 Favorites   0 Comments

Color spaces of #533d93

RGB 8361147
HSL0.710.410.41
HSV255°59°58°
CMYK 0.440.590.00   0.42
XYZ10.50257.283128.4560
Yxy7.28310.22710.1575
Hunter Lab26.987222.2384-43.6258
CIE-Lab32.442931.1264-44.3475

#533d93 color RGB value is (83,61,147).

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

The process color (four color CMYK) of #533d93 color hex is 0.44, 0.59, 0.00, 0.42. Web safe color of #533d93 is #663399. Color #533d93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111101 10010011
Octal 123 75 223
Decimal 83 61 147
Hex 53 3D 93

RGB Percentages of Color #533d93

%28.52
%20.96
%50.52

CMYK Percentages of Color #533d93

%44
%59
%0
%42

Triadic Colors of #533d93

#533d93 #93533d #3d9353

Analogous Colors of #533d93

#533d93 #7e3d93 #3d5293

Monochromatic Colors of #533d93

#533d93

Complementary Color

#533d93 #7d933d

#533d93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533d93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533d93 Color CSS Codes

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

#533d93 Text Font Color

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

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


#533d93 Background Color

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

This div background color is #533d93


#533d93 Border Color

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

This div border color is #533d93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533d93


Comments

No comments written yet.

Please login to write comment.