Color Hex Logo

#526fad Color Hex

#526FAD
(82,111,173)
0 Favorites   0 Comments

Color spaces of #526fad

RGB 82111173
HSL0.610.360.50
HSV221°53°68°
CMYK 0.530.360.00   0.32
XYZ16.706916.179841.7776
Yxy16.17980.22380.2167
Hunter Lab40.22413.7469-33.4229
CIE-Lab47.20957.6298-36.3489

#526fad color RGB value is (82,111,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101111 10101101
Octal 122 157 255
Decimal 82 111 173
Hex 52 6F AD

RGB Percentages of Color #526fad

%22.40
%30.33
%47.27

CMYK Percentages of Color #526fad

%53
%36
%0
%32

Triadic Colors of #526fad

#526fad #ad526f #6fad52

Analogous Colors of #526fad

#526fad #6252ad #529dad

Monochromatic Colors of #526fad

#526fad

Complementary Color

#526fad #ad9052

#526fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#526fad Color CSS Codes

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

#526fad Text Font Color

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

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


#526fad Background Color

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

This div background color is #526fad


#526fad Border Color

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

This div border color is #526fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526fad


Comments

No comments written yet.

Please login to write comment.