Color Hex Logo

#524777 Color Hex

#524777
(82,71,119)
0 Favorites   0 Comments

Color spaces of #524777

RGB 8271119
HSL0.700.250.37
HSV254°40°47°
CMYK 0.310.400.00   0.53
XYZ9.06277.632218.4483
Yxy7.63220.25790.2172
Hunter Lab27.626410.2097-20.2540
CIE-Lab33.204816.3348-25.8338

#524777 color RGB value is (82,71,119).

#524777 hex color red value is 82, green value is 71 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #524777 hue: 0.70 , saturation: 0.25 and the lightness value of 524777 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000111 01110111
Octal 122 107 167
Decimal 82 71 119
Hex 52 47 77

RGB Percentages of Color #524777

%30.15
%26.10
%43.75

CMYK Percentages of Color #524777

%31
%40
%0
%53

Triadic Colors of #524777

#524777 #775247 #477752

Analogous Colors of #524777

#524777 #6a4777 #475477

Monochromatic Colors of #524777

#524777

Complementary Color

#524777 #6c7747

#524777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#524777 Color CSS Codes

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

#524777 Text Font Color

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

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


#524777 Background Color

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

This div background color is #524777


#524777 Border Color

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

This div border color is #524777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524777


Comments

No comments written yet.

Please login to write comment.