Color Hex Logo

#533774 Color Hex

#533774
(83,55,116)
0 Favorites   0 Comments

Color spaces of #533774

RGB 8355116
HSL0.740.360.34
HSV268°53°45°
CMYK 0.280.530.00   0.55
XYZ8.08595.832317.2226
Yxy5.83230.25970.1873
Hunter Lab24.150217.5022-25.3774
CIE-Lab28.985426.0017-30.6014

#533774 color RGB value is (83,55,116).

#533774 hex color red value is 83, green value is 55 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #533774 hue: 0.74 , saturation: 0.36 and the lightness value of 533774 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110111 01110100
Octal 123 67 164
Decimal 83 55 116
Hex 53 37 74

RGB Percentages of Color #533774

%32.68
%21.65
%45.67

CMYK Percentages of Color #533774

%28
%53
%0
%55

Triadic Colors of #533774

#533774 #745337 #377453

Analogous Colors of #533774

#533774 #723774 #373a74

Monochromatic Colors of #533774

#533774

Complementary Color

#533774 #587437

#533774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533774 Color CSS Codes

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

#533774 Text Font Color

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

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


#533774 Background Color

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

This div background color is #533774


#533774 Border Color

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

This div border color is #533774


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,55,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 #533774">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533774


Comments

No comments written yet.

Please login to write comment.