Color Hex Logo

#526aaf Color Hex

#526AAF
(82,106,175)
0 Favorites   0 Comments

Color spaces of #526aaf

RGB 82106175
HSL0.620.370.50
HSV225°53°69°
CMYK 0.530.390.00   0.31
XYZ16.371615.197142.6279
Yxy15.19710.22070.2048
Hunter Lab38.98356.7423-37.5444
CIE-Lab45.903011.3750-39.5809

#526aaf color RGB value is (82,106,175).

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

The process color (four color CMYK) of #526aaf color hex is 0.53, 0.39, 0.00, 0.31. Web safe color of #526aaf is #666699. Color #526aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101010 10101111
Octal 122 152 257
Decimal 82 106 175
Hex 52 6A AF

RGB Percentages of Color #526aaf

%22.59
%29.20
%48.21

CMYK Percentages of Color #526aaf

%53
%39
%0
%31

Triadic Colors of #526aaf

#526aaf #af526a #6aaf52

Analogous Colors of #526aaf

#526aaf #6952af #5299af

Monochromatic Colors of #526aaf

#526aaf

Complementary Color

#526aaf #af9752

#526aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#526aaf Color CSS Codes

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

#526aaf Text Font Color

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

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


#526aaf Background Color

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

This div background color is #526aaf


#526aaf Border Color

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

This div border color is #526aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526aaf


Comments

No comments written yet.

Please login to write comment.