Color Hex Logo

#534989 Color Hex

#534989
(83,73,137)
0 Favorites   0 Comments

Color spaces of #534989

RGB 8373137
HSL0.690.300.41
HSV249°47°54°
CMYK 0.390.470.00   0.46
XYZ10.46528.410224.7387
Yxy8.41020.23990.1928
Hunter Lab29.000313.6637-30.2770
CIE-Lab34.823020.5830-34.4142

#534989 color RGB value is (83,73,137).

#534989 hex color red value is 83, green value is 73 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #534989 hue: 0.69 , saturation: 0.30 and the lightness value of 534989 is 0.41.

The process color (four color CMYK) of #534989 color hex is 0.39, 0.47, 0.00, 0.46. Web safe color of #534989 is #663399. Color #534989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001001 10001001
Octal 123 111 211
Decimal 83 73 137
Hex 53 49 89

RGB Percentages of Color #534989

%28.33
%24.91
%46.76

CMYK Percentages of Color #534989

%39
%47
%0
%46

Triadic Colors of #534989

#534989 #895349 #498953

Analogous Colors of #534989

#534989 #734989 #495f89

Monochromatic Colors of #534989

#534989

Complementary Color

#534989 #7f8949

#534989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534989 Color CSS Codes

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

#534989 Text Font Color

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

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


#534989 Background Color

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

This div background color is #534989


#534989 Border Color

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

This div border color is #534989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534989


Comments

No comments written yet.

Please login to write comment.