Color Hex Logo

#533d8f Color Hex

#533D8F
(83,61,143)
0 Favorites   0 Comments

Color spaces of #533d8f

RGB 8361143
HSL0.710.400.40
HSV256°57°56°
CMYK 0.420.570.00   0.44
XYZ10.19397.159726.8313
Yxy7.15970.23070.1620
Hunter Lab26.757621.1777-40.7229
CIE-Lab32.167729.9390-42.3405

#533d8f color RGB value is (83,61,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111101 10001111
Octal 123 75 217
Decimal 83 61 143
Hex 53 3D 8F

RGB Percentages of Color #533d8f

%28.92
%21.25
%49.83

CMYK Percentages of Color #533d8f

%42
%57
%0
%44

Triadic Colors of #533d8f

#533d8f #8f533d #3d8f53

Analogous Colors of #533d8f

#533d8f #7c3d8f #3d508f

Monochromatic Colors of #533d8f

#533d8f

Complementary Color

#533d8f #798f3d

#533d8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533d8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#533d8f Color CSS Codes

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

#533d8f Text Font Color

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

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


#533d8f Background Color

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

This div background color is #533d8f


#533d8f Border Color

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

This div border color is #533d8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533d8f


Comments

No comments written yet.

Please login to write comment.