Color Hex Logo

#533070 Color Hex

#533070
(83,48,112)
0 Favorites   0 Comments

Color spaces of #533070

RGB 8348112
HSL0.760.400.31
HSV273°57°44°
CMYK 0.260.570.00   0.56
XYZ7.54895.122815.9202
Yxy5.12280.26400.1792
Hunter Lab22.633619.9256-25.8603
CIE-Lab27.081829.2267-31.0852

#533070 color RGB value is (83,48,112).

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

The process color (four color CMYK) of #533070 color hex is 0.26, 0.57, 0.00, 0.56. Web safe color of #533070 is #663366. Color #533070 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110000 01110000
Octal 123 60 160
Decimal 83 48 112
Hex 53 30 70

RGB Percentages of Color #533070

%34.16
%19.75
%46.09

CMYK Percentages of Color #533070

%26
%57
%0
%56

Triadic Colors of #533070

#533070 #705330 #307053

Analogous Colors of #533070

#533070 #70306d #333070

Monochromatic Colors of #533070

#533070

Complementary Color

#533070 #4d7030

#533070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533070 Color CSS Codes

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

#533070 Text Font Color

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

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


#533070 Background Color

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

This div background color is #533070


#533070 Border Color

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

This div border color is #533070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533070


Comments

No comments written yet.

Please login to write comment.