Color Hex Logo

#533078 Color Hex

#533078
(83,48,120)
0 Favorites   0 Comments

Color spaces of #533078

RGB 8348120
HSL0.750.430.33
HSV269°60°47°
CMYK 0.310.600.00   0.53
XYZ8.01445.309018.3716
Yxy5.30900.25290.1675
Hunter Lab23.041321.7651-31.1451
CIE-Lab27.597631.3335-35.3479

#533078 color RGB value is (83,48,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110000 01111000
Octal 123 60 170
Decimal 83 48 120
Hex 53 30 78

RGB Percentages of Color #533078

%33.07
%19.12
%47.81

CMYK Percentages of Color #533078

%31
%60
%0
%53

Triadic Colors of #533078

#533078 #785330 #307853

Analogous Colors of #533078

#533078 #773078 #303178

Monochromatic Colors of #533078

#533078

Complementary Color

#533078 #557830

#533078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533078 Color CSS Codes

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

#533078 Text Font Color

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

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


#533078 Background Color

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

This div background color is #533078


#533078 Border Color

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

This div border color is #533078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533078


Comments

No comments written yet.

Please login to write comment.