Color Hex Logo

#533072 Color Hex

#533072
(83,48,114)
0 Favorites   0 Comments

Color spaces of #533072

RGB 8348114
HSL0.760.410.32
HSV272°58°45°
CMYK 0.270.580.00   0.55
XYZ7.66155.167816.5133
Yxy5.16780.26110.1761
Hunter Lab22.732820.3764-27.1558
CIE-Lab27.207629.7479-32.1608

#533072 color RGB value is (83,48,114).

#533072 hex color red value is 83, green value is 48 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #533072 hue: 0.76 , saturation: 0.41 and the lightness value of 533072 is 0.32.

The process color (four color CMYK) of #533072 color hex is 0.27, 0.58, 0.00, 0.55. Web safe color of #533072 is #663366. Color #533072 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110000 01110010
Octal 123 60 162
Decimal 83 48 114
Hex 53 30 72

RGB Percentages of Color #533072

%33.88
%19.59
%46.53

CMYK Percentages of Color #533072

%27
%58
%0
%55

Triadic Colors of #533072

#533072 #725330 #307253

Analogous Colors of #533072

#533072 #723070 #323072

Monochromatic Colors of #533072

#533072

Complementary Color

#533072 #4f7230

#533072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533072 Color CSS Codes

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

#533072 Text Font Color

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

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


#533072 Background Color

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

This div background color is #533072


#533072 Border Color

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

This div border color is #533072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533072


Comments

No comments written yet.

Please login to write comment.