Color Hex Logo

#534775 Color Hex

#534775
(83,71,117)
0 Favorites   0 Comments

Color spaces of #534775

RGB 8371117
HSL0.710.240.37
HSV256°39°46°
CMYK 0.290.390.00   0.54
XYZ9.03147.629817.8263
Yxy7.62980.26190.2212
Hunter Lab27.622110.0242-18.9282
CIE-Lab33.199716.0938-24.5846

#534775 color RGB value is (83,71,117).

#534775 hex color red value is 83, green value is 71 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #534775 hue: 0.71 , saturation: 0.24 and the lightness value of 534775 is 0.37.

The process color (four color CMYK) of #534775 color hex is 0.29, 0.39, 0.00, 0.54. Web safe color of #534775 is #663366. Color #534775 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000111 01110101
Octal 123 107 165
Decimal 83 71 117
Hex 53 47 75

RGB Percentages of Color #534775

%30.63
%26.20
%43.17

CMYK Percentages of Color #534775

%29
%39
%0
%54

Triadic Colors of #534775

#534775 #755347 #477553

Analogous Colors of #534775

#534775 #6a4775 #475275

Monochromatic Colors of #534775

#534775

Complementary Color

#534775 #697547

#534775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534775 Color CSS Codes

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

#534775 Text Font Color

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

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


#534775 Background Color

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

This div background color is #534775


#534775 Border Color

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

This div border color is #534775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534775


Comments

No comments written yet.

Please login to write comment.