Color Hex Logo

#525297 Color Hex

#525297
(82,82,151)
0 Favorites   0 Comments

Color spaces of #525297

RGB 8282151
HSL0.670.300.46
HSV240°46°59°
CMYK 0.460.460.00   0.41
XYZ12.082910.062830.5836
Yxy10.06280.22910.1908
Hunter Lab31.721912.4774-34.9571
CIE-Lab37.954918.8448-37.9547

#525297 color RGB value is (82,82,151).

#525297 hex color red value is 82, green value is 82 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #525297 hue: 0.67 , saturation: 0.30 and the lightness value of 525297 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010010 10010111
Octal 122 122 227
Decimal 82 82 151
Hex 52 52 97

RGB Percentages of Color #525297

%26.03
%26.03
%47.94

CMYK Percentages of Color #525297

%46
%46
%0
%41

Triadic Colors of #525297

#525297 #975252 #529752

Analogous Colors of #525297

#525297 #755297 #527597

Monochromatic Colors of #525297

#525297

Complementary Color

#525297 #979752

#525297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525297 Color CSS Codes

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

#525297 Text Font Color

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

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


#525297 Background Color

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

This div background color is #525297


#525297 Border Color

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

This div border color is #525297


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,82,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 #525297">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525297


Comments

No comments written yet.

Please login to write comment.