Color Hex Logo

#525dac Color Hex

#525DAC
(82,93,172)
0 Favorites   0 Comments

Color spaces of #525dac

RGB 8293172
HSL0.650.350.50
HSV233°52°67°
CMYK 0.520.460.00   0.33
XYZ14.840412.601140.6798
Yxy12.60110.21790.1850
Hunter Lab35.498012.5026-43.0961
CIE-Lab42.155918.5675-43.7777

#525dac color RGB value is (82,93,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011101 10101100
Octal 122 135 254
Decimal 82 93 172
Hex 52 5D AC

RGB Percentages of Color #525dac

%23.63
%26.80
%49.57

CMYK Percentages of Color #525dac

%52
%46
%0
%33

Triadic Colors of #525dac

#525dac #ac525d #5dac52

Analogous Colors of #525dac

#525dac #7452ac #528aac

Monochromatic Colors of #525dac

#525dac

Complementary Color

#525dac #aca152

#525dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#525dac Color CSS Codes

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

#525dac Text Font Color

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

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


#525dac Background Color

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

This div background color is #525dac


#525dac Border Color

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

This div border color is #525dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525dac


Comments

No comments written yet.

Please login to write comment.