Color Hex Logo

#525aac Color Hex

#525AAC
(82,90,172)
0 Favorites   0 Comments

Color spaces of #525aac

RGB 8290172
HSL0.650.350.50
HSV235°52°67°
CMYK 0.520.480.00   0.33
XYZ14.582212.084740.5937
Yxy12.08470.21680.1797
Hunter Lab34.763114.0408-44.9003
CIE-Lab41.350420.4690-45.0648

#525aac color RGB value is (82,90,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011010 10101100
Octal 122 132 254
Decimal 82 90 172
Hex 52 5A AC

RGB Percentages of Color #525aac

%23.84
%26.16
%50.00

CMYK Percentages of Color #525aac

%52
%48
%0
%33

Triadic Colors of #525aac

#525aac #ac525a #5aac52

Analogous Colors of #525aac

#525aac #7752ac #5287ac

Monochromatic Colors of #525aac

#525aac

Complementary Color

#525aac #aca452

#525aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#525aac Color CSS Codes

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

#525aac Text Font Color

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

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


#525aac Background Color

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

This div background color is #525aac


#525aac Border Color

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

This div border color is #525aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525aac


Comments

No comments written yet.

Please login to write comment.