Color Hex Logo

#525581 Color Hex

#525581
(82,85,129)
0 Favorites   0 Comments

Color spaces of #525581

RGB 8285129
HSL0.660.220.41
HSV236°36°51°
CMYK 0.360.340.00   0.49
XYZ10.69069.875822.1116
Yxy9.87580.25050.2314
Hunter Lab31.42585.7280-19.7192
CIE-Lab37.618610.2413-25.1116

#525581 color RGB value is (82,85,129).

#525581 hex color red value is 82, green value is 85 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #525581 hue: 0.66 , saturation: 0.22 and the lightness value of 525581 is 0.41.

The process color (four color CMYK) of #525581 color hex is 0.36, 0.34, 0.00, 0.49. Web safe color of #525581 is #666699. Color #525581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010101 10000001
Octal 122 125 201
Decimal 82 85 129
Hex 52 55 81

RGB Percentages of Color #525581

%27.70
%28.72
%43.58

CMYK Percentages of Color #525581

%36
%34
%0
%49

Triadic Colors of #525581

#525581 #815255 #558152

Analogous Colors of #525581

#525581 #675281 #526d81

Monochromatic Colors of #525581

#525581

Complementary Color

#525581 #817e52

#525581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525581 Color CSS Codes

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

#525581 Text Font Color

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

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


#525581 Background Color

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

This div background color is #525581


#525581 Border Color

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

This div border color is #525581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525581


Comments

No comments written yet.

Please login to write comment.