Color Hex Logo

#534087 Color Hex

#534087
(83,64,135)
0 Favorites   0 Comments

Color spaces of #534087

RGB 8364135
HSL0.710.360.39
HSV256°53°53°
CMYK 0.390.530.00   0.47
XYZ9.77387.255123.8069
Yxy7.25510.23930.1777
Hunter Lab26.935317.6341-33.5491
CIE-Lab32.380725.7117-37.0731

#534087 color RGB value is (83,64,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000000 10000111
Octal 123 100 207
Decimal 83 64 135
Hex 53 40 87

RGB Percentages of Color #534087

%29.43
%22.70
%47.87

CMYK Percentages of Color #534087

%39
%53
%0
%47

Triadic Colors of #534087

#534087 #875340 #408753

Analogous Colors of #534087

#534087 #774087 #405187

Monochromatic Colors of #534087

#534087

Complementary Color

#534087 #748740

#534087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534087 Color CSS Codes

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

#534087 Text Font Color

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

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


#534087 Background Color

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

This div background color is #534087


#534087 Border Color

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

This div border color is #534087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534087


Comments

No comments written yet.

Please login to write comment.