Color Hex Logo

#533958 Color Hex

#533958
(83,57,88)
0 Favorites   0 Comments

Color spaces of #533958

RGB 835788
HSL0.810.210.28
HSV290°35°35°
CMYK 0.060.350.00   0.65
XYZ6.79195.46989.9303
Yxy5.46980.30610.2465
Hunter Lab23.387610.9092-8.8030
CIE-Lab28.033417.6865-14.1056

#533958 color RGB value is (83,57,88).

#533958 hex color red value is 83, green value is 57 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #533958 hue: 0.81 , saturation: 0.21 and the lightness value of 533958 is 0.28.

The process color (four color CMYK) of #533958 color hex is 0.06, 0.35, 0.00, 0.65. Web safe color of #533958 is #663366. Color #533958 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111001 01011000
Octal 123 71 130
Decimal 83 57 88
Hex 53 39 58

RGB Percentages of Color #533958

%36.40
%25.00
%38.60

CMYK Percentages of Color #533958

%6
%35
%0
%65

Triadic Colors of #533958

#533958 #585339 #395853

Analogous Colors of #533958

#533958 #58394e #443958

Monochromatic Colors of #533958

#533958

Complementary Color

#533958 #3e5839

#533958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533958 Color CSS Codes

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

#533958 Text Font Color

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

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


#533958 Background Color

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

This div background color is #533958


#533958 Border Color

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

This div border color is #533958


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,57,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #533958; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #533958;
  -webkit-box-shadow: 1px 1px 3px 2px #533958;
  box-shadow:         1px 1px 3px 2px #533958; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533958

#533958 Color Palettes


Comments

No comments written yet.

Please login to write comment.