Color Hex Logo

#534687 Color Hex

#534687
(83,70,135)
0 Favorites   0 Comments

Color spaces of #534687

RGB 8370135
HSL0.700.320.40
HSV252°48°53°
CMYK 0.390.480.00   0.47
XYZ10.13067.968623.9258
Yxy7.96860.24110.1896
Hunter Lab28.228714.6591-30.4923
CIE-Lab33.917421.9046-34.6239

#534687 color RGB value is (83,70,135).

#534687 hex color red value is 83, green value is 70 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #534687 hue: 0.70 , saturation: 0.32 and the lightness value of 534687 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000110 10000111
Octal 123 106 207
Decimal 83 70 135
Hex 53 46 87

RGB Percentages of Color #534687

%28.82
%24.31
%46.88

CMYK Percentages of Color #534687

%39
%48
%0
%47

Triadic Colors of #534687

#534687 #875346 #468753

Analogous Colors of #534687

#534687 #744687 #465a87

Monochromatic Colors of #534687

#534687

Complementary Color

#534687 #7a8746

#534687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534687 Color CSS Codes

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

#534687 Text Font Color

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

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


#534687 Background Color

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

This div background color is #534687


#534687 Border Color

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

This div border color is #534687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534687


Comments

No comments written yet.

Please login to write comment.