Color Hex Logo

#533077 Color Hex

#533077
(83,48,119)
0 Favorites   0 Comments

Color spaces of #533077

RGB 8348119
HSL0.750.430.33
HSV270°60°47°
CMYK 0.300.600.00   0.53
XYZ7.95405.284818.0536
Yxy5.28480.25420.1689
Hunter Lab22.988721.5301-30.4698
CIE-Lab27.531231.0672-34.8209

#533077 color RGB value is (83,48,119).

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

The process color (four color CMYK) of #533077 color hex is 0.30, 0.60, 0.00, 0.53. Web safe color of #533077 is #663366. Color #533077 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110000 01110111
Octal 123 60 167
Decimal 83 48 119
Hex 53 30 77

RGB Percentages of Color #533077

%33.20
%19.20
%47.60

CMYK Percentages of Color #533077

%30
%60
%0
%53

Triadic Colors of #533077

#533077 #775330 #307753

Analogous Colors of #533077

#533077 #773077 #303177

Monochromatic Colors of #533077

#533077

Complementary Color

#533077 #547730

#533077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533077 Color CSS Codes

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

#533077 Text Font Color

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

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


#533077 Background Color

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

This div background color is #533077


#533077 Border Color

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

This div border color is #533077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533077


Comments

No comments written yet.

Please login to write comment.