Color Hex Logo

#533574 Color Hex

#533574
(83,53,116)
0 Favorites   0 Comments

Color spaces of #533574

RGB 8353116
HSL0.750.370.33
HSV269°54°45°
CMYK 0.280.540.00   0.55
XYZ7.99285.646217.1915
Yxy5.64620.25920.1831
Hunter Lab23.761718.4595-26.2628
CIE-Lab28.501727.2391-31.3701

#533574 color RGB value is (83,53,116).

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

The process color (four color CMYK) of #533574 color hex is 0.28, 0.54, 0.00, 0.55. Web safe color of #533574 is #663366. Color #533574 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110101 01110100
Octal 123 65 164
Decimal 83 53 116
Hex 53 35 74

RGB Percentages of Color #533574

%32.94
%21.03
%46.03

CMYK Percentages of Color #533574

%28
%54
%0
%55

Triadic Colors of #533574

#533574 #745335 #357453

Analogous Colors of #533574

#533574 #733574 #353774

Monochromatic Colors of #533574

#533574

Complementary Color

#533574 #567435

#533574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533574 Color CSS Codes

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

#533574 Text Font Color

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

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


#533574 Background Color

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

This div background color is #533574


#533574 Border Color

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

This div border color is #533574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533574


Comments

No comments written yet.

Please login to write comment.