Color Hex Logo

#526daa Color Hex

#526DAA
(82,109,170)
0 Favorites   0 Comments

Color spaces of #526daa

RGB 82109170
HSL0.620.350.49
HSV222°52°67°
CMYK 0.520.360.00   0.33
XYZ16.204015.633440.1937
Yxy15.63340.22500.2170
Hunter Lab39.53913.9599-32.5942
CIE-Lab46.48987.8930-35.7295

#526daa color RGB value is (82,109,170).

#526daa hex color red value is 82, green value is 109 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #526daa hue: 0.62 , saturation: 0.35 and the lightness value of 526daa is 0.49.

The process color (four color CMYK) of #526daa color hex is 0.52, 0.36, 0.00, 0.33. Web safe color of #526daa is #666699. Color #526daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101101 10101010
Octal 122 155 252
Decimal 82 109 170
Hex 52 6D AA

RGB Percentages of Color #526daa

%22.71
%30.19
%47.09

CMYK Percentages of Color #526daa

%52
%36
%0
%33

Triadic Colors of #526daa

#526daa #aa526d #6daa52

Analogous Colors of #526daa

#526daa #6352aa #5299aa

Monochromatic Colors of #526daa

#526daa

Complementary Color

#526daa #aa8f52

#526daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#526daa Color CSS Codes

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

#526daa Text Font Color

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

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


#526daa Background Color

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

This div background color is #526daa


#526daa Border Color

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

This div border color is #526daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526daa


Comments

No comments written yet.

Please login to write comment.