Color Hex Logo

#533155 Color Hex

#533155
(83,49,85)
0 Favorites   0 Comments

Color spaces of #533155

RGB 834985
HSL0.820.270.26
HSV297°42°33°
CMYK 0.020.420.00   0.67
XYZ6.30534.69159.1676
Yxy4.69150.31270.2327
Hunter Lab21.659914.0575-9.9327
CIE-Lab25.837122.0747-15.5257

#533155 color RGB value is (83,49,85).

#533155 hex color red value is 83, green value is 49 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #533155 hue: 0.82 , saturation: 0.27 and the lightness value of 533155 is 0.26.

The process color (four color CMYK) of #533155 color hex is 0.02, 0.42, 0.00, 0.67. Web safe color of #533155 is #663366. Color #533155 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110001 01010101
Octal 123 61 125
Decimal 83 49 85
Hex 53 31 55

RGB Percentages of Color #533155

%38.25
%22.58
%39.17

CMYK Percentages of Color #533155

%2
%42
%0
%67

Triadic Colors of #533155

#533155 #555331 #315553

Analogous Colors of #533155

#533155 #553145 #413155

Monochromatic Colors of #533155

#533155

Complementary Color

#533155 #335531

#533155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533155 Color CSS Codes

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

#533155 Text Font Color

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

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


#533155 Background Color

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

This div background color is #533155


#533155 Border Color

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

This div border color is #533155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533155


Comments

No comments written yet.

Please login to write comment.