Color Hex Logo

#534179 Color Hex

#534179
(83,65,121)
0 Favorites   0 Comments

Color spaces of #534179

RGB 8365121
HSL0.720.300.36
HSV259°46°47°
CMYK 0.310.460.00   0.53
XYZ8.90887.000118.9708
Yxy7.00010.25540.2007
Hunter Lab26.457713.8033-23.9919
CIE-Lab31.807121.0591-29.2787

#534179 color RGB value is (83,65,121).

#534179 hex color red value is 83, green value is 65 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #534179 hue: 0.72 , saturation: 0.30 and the lightness value of 534179 is 0.36.

The process color (four color CMYK) of #534179 color hex is 0.31, 0.46, 0.00, 0.53. Web safe color of #534179 is #663366. Color #534179 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000001 01111001
Octal 123 101 171
Decimal 83 65 121
Hex 53 41 79

RGB Percentages of Color #534179

%30.86
%24.16
%44.98

CMYK Percentages of Color #534179

%31
%46
%0
%53

Triadic Colors of #534179

#534179 #795341 #417953

Analogous Colors of #534179

#534179 #6f4179 #414b79

Monochromatic Colors of #534179

#534179

Complementary Color

#534179 #677941

#534179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534179 Color CSS Codes

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

#534179 Text Font Color

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

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


#534179 Background Color

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

This div background color is #534179


#534179 Border Color

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

This div border color is #534179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534179


Comments

No comments written yet.

Please login to write comment.