Color Hex Logo

#534674 Color Hex

#534674
(83,70,116)
0 Favorites   0 Comments

Color spaces of #534674

RGB 8370116
HSL0.710.250.36
HSV257°40°45°
CMYK 0.280.400.00   0.55
XYZ8.90987.480317.4972
Yxy7.48030.26290.2207
Hunter Lab27.350110.2869-18.7856
CIE-Lab32.876216.4594-24.4648

#534674 color RGB value is (83,70,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000110 01110100
Octal 123 106 164
Decimal 83 70 116
Hex 53 46 74

RGB Percentages of Color #534674

%30.86
%26.02
%43.12

CMYK Percentages of Color #534674

%28
%40
%0
%55

Triadic Colors of #534674

#534674 #745346 #467453

Analogous Colors of #534674

#534674 #6a4674 #465074

Monochromatic Colors of #534674

#534674

Complementary Color

#534674 #677446

#534674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534674 Color CSS Codes

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

#534674 Text Font Color

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

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


#534674 Background Color

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

This div background color is #534674


#534674 Border Color

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

This div border color is #534674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534674


Comments

No comments written yet.

Please login to write comment.