Color Hex Logo

#526baa Color Hex

#526BAA
(82,107,170)
0 Favorites   0 Comments

Color spaces of #526baa

RGB 82107170
HSL0.620.350.49
HSV223°52°67°
CMYK 0.520.370.00   0.33
XYZ15.993115.211540.1234
Yxy15.21150.22420.2133
Hunter Lab39.00194.9422-33.6935
CIE-Lab45.92259.1301-36.6238

#526baa color RGB value is (82,107,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101011 10101010
Octal 122 153 252
Decimal 82 107 170
Hex 52 6B AA

RGB Percentages of Color #526baa

%22.84
%29.81
%47.35

CMYK Percentages of Color #526baa

%52
%37
%0
%33

Triadic Colors of #526baa

#526baa #aa526b #6baa52

Analogous Colors of #526baa

#526baa #6552aa #5297aa

Monochromatic Colors of #526baa

#526baa

Complementary Color

#526baa #aa9152

#526baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#526baa Color CSS Codes

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

#526baa Text Font Color

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

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


#526baa Background Color

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

This div background color is #526baa


#526baa Border Color

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

This div border color is #526baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526baa


Comments

No comments written yet.

Please login to write comment.