Color Hex Logo

#534976 Color Hex

#534976
(83,73,118)
0 Favorites   0 Comments

Color spaces of #534976

RGB 8373118
HSL0.700.240.37
HSV253°38°46°
CMYK 0.300.380.00   0.54
XYZ9.21987.912118.1808
Yxy7.91210.26110.2241
Hunter Lab28.12859.2830-18.6321
CIE-Lab33.799115.0855-24.2716

#534976 color RGB value is (83,73,118).

#534976 hex color red value is 83, green value is 73 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #534976 hue: 0.70 , saturation: 0.24 and the lightness value of 534976 is 0.37.

The process color (four color CMYK) of #534976 color hex is 0.30, 0.38, 0.00, 0.54. Web safe color of #534976 is #663366. Color #534976 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001001 01110110
Octal 123 111 166
Decimal 83 73 118
Hex 53 49 76

RGB Percentages of Color #534976

%30.29
%26.64
%43.07

CMYK Percentages of Color #534976

%30
%38
%0
%54

Triadic Colors of #534976

#534976 #765349 #497653

Analogous Colors of #534976

#534976 #6a4976 #495676

Monochromatic Colors of #534976

#534976

Complementary Color

#534976 #6c7649

#534976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534976 Color CSS Codes

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

#534976 Text Font Color

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

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


#534976 Background Color

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

This div background color is #534976


#534976 Border Color

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

This div border color is #534976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534976


Comments

No comments written yet.

Please login to write comment.