Color Hex Logo

#526baf Color Hex

#526BAF
(82,107,175)
0 Favorites   0 Comments

Color spaces of #526baf

RGB 82107175
HSL0.620.370.50
HSV224°53°69°
CMYK 0.530.390.00   0.31
XYZ16.475215.404442.6624
Yxy15.40440.22100.2067
Hunter Lab39.24846.2436-36.9733
CIE-Lab46.183210.7528-39.1373

#526baf color RGB value is (82,107,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101011 10101111
Octal 122 153 257
Decimal 82 107 175
Hex 52 6B AF

RGB Percentages of Color #526baf

%22.53
%29.40
%48.08

CMYK Percentages of Color #526baf

%53
%39
%0
%31

Triadic Colors of #526baf

#526baf #af526b #6baf52

Analogous Colors of #526baf

#526baf #6852af #529aaf

Monochromatic Colors of #526baf

#526baf

Complementary Color

#526baf #af9652

#526baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#526baf Color CSS Codes

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

#526baf Text Font Color

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

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


#526baf Background Color

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

This div background color is #526baf


#526baf Border Color

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

This div border color is #526baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526baf


Comments

No comments written yet.

Please login to write comment.