Color Hex Logo

#534887 Color Hex

#534887
(83,72,135)
0 Favorites   0 Comments

Color spaces of #534887

RGB 8372135
HSL0.700.300.41
HSV250°47°53°
CMYK 0.390.470.00   0.47
XYZ10.25788.223023.9682
Yxy8.22300.24160.1937
Hunter Lab28.675813.6698-29.4836
CIE-Lab34.443120.6269-33.7888

#534887 color RGB value is (83,72,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001000 10000111
Octal 123 110 207
Decimal 83 72 135
Hex 53 48 87

RGB Percentages of Color #534887

%28.62
%24.83
%46.55

CMYK Percentages of Color #534887

%39
%47
%0
%47

Triadic Colors of #534887

#534887 #875348 #488753

Analogous Colors of #534887

#534887 #734887 #485d87

Monochromatic Colors of #534887

#534887

Complementary Color

#534887 #7c8748

#534887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534887 Color CSS Codes

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

#534887 Text Font Color

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

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


#534887 Background Color

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

This div background color is #534887


#534887 Border Color

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

This div border color is #534887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534887


Comments

No comments written yet.

Please login to write comment.