Color Hex Logo

#525aab Color Hex

#525AAB
(82,90,171)
0 Favorites   0 Comments

Color spaces of #525aab

RGB 8290171
HSL0.650.350.50
HSV235°52°67°
CMYK 0.520.470.00   0.33
XYZ14.486512.046440.0897
Yxy12.04640.21740.1808
Hunter Lab34.707913.7640-44.1879
CIE-Lab41.289820.1436-44.5712

#525aab color RGB value is (82,90,171).

#525aab hex color red value is 82, green value is 90 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #525aab hue: 0.65 , saturation: 0.35 and the lightness value of 525aab is 0.50.

The process color (four color CMYK) of #525aab color hex is 0.52, 0.47, 0.00, 0.33. Web safe color of #525aab is #666699. Color #525aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011010 10101011
Octal 122 132 253
Decimal 82 90 171
Hex 52 5A AB

RGB Percentages of Color #525aab

%23.91
%26.24
%49.85

CMYK Percentages of Color #525aab

%52
%47
%0
%33

Triadic Colors of #525aab

#525aab #ab525a #5aab52

Analogous Colors of #525aab

#525aab #7752ab #5287ab

Monochromatic Colors of #525aab

#525aab

Complementary Color

#525aab #aba352

#525aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#525aab Color CSS Codes

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

#525aab Text Font Color

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

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


#525aab Background Color

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

This div background color is #525aab


#525aab Border Color

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

This div border color is #525aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525aab


Comments

No comments written yet.

Please login to write comment.