Color Hex Logo

#526dad Color Hex

#526DAD
(82,109,173)
0 Favorites   0 Comments

Color spaces of #526dad

RGB 82109173
HSL0.620.360.50
HSV222°53°68°
CMYK 0.530.370.00   0.32
XYZ16.491115.748241.7057
Yxy15.74820.22300.2130
Hunter Lab39.68404.7305-34.5317
CIE-Lab46.64248.8631-37.2433

#526dad color RGB value is (82,109,173).

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

The process color (four color CMYK) of #526dad color hex is 0.53, 0.37, 0.00, 0.32. Web safe color of #526dad is #666699. Color #526dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101101 10101101
Octal 122 155 255
Decimal 82 109 173
Hex 52 6D AD

RGB Percentages of Color #526dad

%22.53
%29.95
%47.53

CMYK Percentages of Color #526dad

%53
%37
%0
%32

Triadic Colors of #526dad

#526dad #ad526d #6dad52

Analogous Colors of #526dad

#526dad #6552ad #529bad

Monochromatic Colors of #526dad

#526dad

Complementary Color

#526dad #ad9252

#526dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#526dad Color CSS Codes

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

#526dad Text Font Color

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

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


#526dad Background Color

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

This div background color is #526dad


#526dad Border Color

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

This div border color is #526dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526dad


Comments

No comments written yet.

Please login to write comment.