Color Hex Logo

#534991 Color Hex

#534991
(83,73,145)
0 Favorites   0 Comments

Color spaces of #534991

RGB 8373145
HSL0.690.330.43
HSV248°50°57°
CMYK 0.430.500.00   0.43
XYZ11.06078.648427.8744
Yxy8.64840.23240.1818
Hunter Lab29.408215.6713-35.6121
CIE-Lab35.298322.9960-38.5472

#534991 color RGB value is (83,73,145).

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

The process color (four color CMYK) of #534991 color hex is 0.43, 0.50, 0.00, 0.43. Web safe color of #534991 is #663399. Color #534991 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001001 10010001
Octal 123 111 221
Decimal 83 73 145
Hex 53 49 91

RGB Percentages of Color #534991

%27.57
%24.25
%48.17

CMYK Percentages of Color #534991

%43
%50
%0
%43

Triadic Colors of #534991

#534991 #915349 #499153

Analogous Colors of #534991

#534991 #774991 #496391

Monochromatic Colors of #534991

#534991

Complementary Color

#534991 #879149

#534991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534991 Color CSS Codes

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

#534991 Text Font Color

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

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


#534991 Background Color

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

This div background color is #534991


#534991 Border Color

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

This div border color is #534991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534991


Comments

No comments written yet.

Please login to write comment.