Color Hex Logo

#534f87 Color Hex

#534F87
(83,79,135)
0 Favorites   0 Comments

Color spaces of #534f87

RGB 8379135
HSL0.680.260.42
HSV244°41°53°
CMYK 0.390.410.00   0.47
XYZ10.73649.180224.1278
Yxy9.18020.24380.2084
Hunter Lab30.298810.2285-26.0051
CIE-Lab36.329016.1442-30.8047

#534f87 color RGB value is (83,79,135).

#534f87 hex color red value is 83, green value is 79 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #534f87 hue: 0.68 , saturation: 0.26 and the lightness value of 534f87 is 0.42.

The process color (four color CMYK) of #534f87 color hex is 0.39, 0.41, 0.00, 0.47. Web safe color of #534f87 is #666699. Color #534f87 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001111 10000111
Octal 123 117 207
Decimal 83 79 135
Hex 53 4F 87

RGB Percentages of Color #534f87

%27.95
%26.60
%45.45

CMYK Percentages of Color #534f87

%39
%41
%0
%47

Triadic Colors of #534f87

#534f87 #87534f #4f8753

Analogous Colors of #534f87

#534f87 #6f4f87 #4f6787

Monochromatic Colors of #534f87

#534f87

Complementary Color

#534f87 #83874f

#534f87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534f87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534f87 Color CSS Codes

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

#534f87 Text Font Color

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

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


#534f87 Background Color

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

This div background color is #534f87


#534f87 Border Color

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

This div border color is #534f87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534f87


Comments

No comments written yet.

Please login to write comment.