Color Hex Logo

#534974 Color Hex

#534974
(83,73,116)
0 Favorites   0 Comments

Color spaces of #534974

RGB 8373116
HSL0.710.230.37
HSV254°37°45°
CMYK 0.280.370.00   0.55
XYZ9.10227.865017.5614
Yxy7.86500.26360.2278
Hunter Lab28.04468.8562-17.4959
CIE-Lab33.700114.5314-23.1771

#534974 color RGB value is (83,73,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001001 01110100
Octal 123 111 164
Decimal 83 73 116
Hex 53 49 74

RGB Percentages of Color #534974

%30.51
%26.84
%42.65

CMYK Percentages of Color #534974

%28
%37
%0
%55

Triadic Colors of #534974

#534974 #745349 #497453

Analogous Colors of #534974

#534974 #694974 #495574

Monochromatic Colors of #534974

#534974

Complementary Color

#534974 #6a7449

#534974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534974 Color CSS Codes

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

#534974 Text Font Color

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

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


#534974 Background Color

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

This div background color is #534974


#534974 Border Color

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

This div border color is #534974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534974


Comments

No comments written yet.

Please login to write comment.