Color Hex Logo

#524997 Color Hex

#524997
(82,73,151)
0 Favorites   0 Comments

Color spaces of #524997

RGB 8273151
HSL0.690.350.44
HSV247°52°59°
CMYK 0.460.520.00   0.41
XYZ11.44818.793330.3720
Yxy8.79330.22620.1737
Hunter Lab29.653517.0185-39.9691
CIE-Lab35.583224.5853-41.7410

#524997 color RGB value is (82,73,151).

#524997 hex color red value is 82, green value is 73 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #524997 hue: 0.69 , saturation: 0.35 and the lightness value of 524997 is 0.44.

The process color (four color CMYK) of #524997 color hex is 0.46, 0.52, 0.00, 0.41. Web safe color of #524997 is #663399. Color #524997 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001001 10010111
Octal 122 111 227
Decimal 82 73 151
Hex 52 49 97

RGB Percentages of Color #524997

%26.80
%23.86
%49.35

CMYK Percentages of Color #524997

%46
%52
%0
%41

Triadic Colors of #524997

#524997 #975249 #499752

Analogous Colors of #524997

#524997 #794997 #496797

Monochromatic Colors of #524997

#524997

Complementary Color

#524997 #8e9749

#524997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#524997 Color CSS Codes

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

#524997 Text Font Color

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

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


#524997 Background Color

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

This div background color is #524997


#524997 Border Color

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

This div border color is #524997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524997


Comments

No comments written yet.

Please login to write comment.