Color Hex Logo

#533176 Color Hex

#533176
(83,49,118)
0 Favorites   0 Comments

Color spaces of #533176

RGB 8349118
HSL0.750.410.33
HSV270°58°46°
CMYK 0.300.580.00   0.54
XYZ7.93565.343617.7527
Yxy5.34360.25570.1722
Hunter Lab23.116220.8241-29.3519
CIE-Lab27.692130.2052-33.9297

#533176 color RGB value is (83,49,118).

#533176 hex color red value is 83, green value is 49 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #533176 hue: 0.75 , saturation: 0.41 and the lightness value of 533176 is 0.33.

The process color (four color CMYK) of #533176 color hex is 0.30, 0.58, 0.00, 0.54. Web safe color of #533176 is #663366. Color #533176 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110001 01110110
Octal 123 61 166
Decimal 83 49 118
Hex 53 31 76

RGB Percentages of Color #533176

%33.20
%19.60
%47.20

CMYK Percentages of Color #533176

%30
%58
%0
%54

Triadic Colors of #533176

#533176 #765331 #317653

Analogous Colors of #533176

#533176 #763176 #313276

Monochromatic Colors of #533176

#533176

Complementary Color

#533176 #547631

#533176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533176 Color CSS Codes

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

#533176 Text Font Color

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

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


#533176 Background Color

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

This div background color is #533176


#533176 Border Color

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

This div border color is #533176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533176


Comments

No comments written yet.

Please login to write comment.