Color Hex Logo

#534473 Color Hex

#534473
(83,68,115)
0 Favorites   0 Comments

Color spaces of #534473

RGB 8368115
HSL0.720.260.36
HSV259°41°45°
CMYK 0.280.410.00   0.55
XYZ8.72897.211017.1515
Yxy7.21100.26380.2179
Hunter Lab26.853311.0297-19.0719
CIE-Lab32.282517.4708-24.7676

#534473 color RGB value is (83,68,115).

#534473 hex color red value is 83, green value is 68 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #534473 hue: 0.72 , saturation: 0.26 and the lightness value of 534473 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000100 01110011
Octal 123 104 163
Decimal 83 68 115
Hex 53 44 73

RGB Percentages of Color #534473

%31.20
%25.56
%43.23

CMYK Percentages of Color #534473

%28
%41
%0
%55

Triadic Colors of #534473

#534473 #735344 #447353

Analogous Colors of #534473

#534473 #6b4473 #444d73

Monochromatic Colors of #534473

#534473

Complementary Color

#534473 #647344

#534473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534473 Color CSS Codes

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

#534473 Text Font Color

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

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


#534473 Background Color

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

This div background color is #534473


#534473 Border Color

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

This div border color is #534473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534473

#534473 Color Palettes


Comments

No comments written yet.

Please login to write comment.