Color Hex Logo

#526dab Color Hex

#526DAB
(82,109,171)
0 Favorites   0 Comments

Color spaces of #526dab

RGB 82109171
HSL0.620.350.50
HSV222°52°67°
CMYK 0.520.360.00   0.33
XYZ16.299015.671440.6939
Yxy15.67140.22430.2157
Hunter Lab39.58714.2154-33.2367
CIE-Lab46.54048.2157-36.2349

#526dab color RGB value is (82,109,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101101 10101011
Octal 122 155 253
Decimal 82 109 171
Hex 52 6D AB

RGB Percentages of Color #526dab

%22.65
%30.11
%47.24

CMYK Percentages of Color #526dab

%52
%36
%0
%33

Triadic Colors of #526dab

#526dab #ab526d #6dab52

Analogous Colors of #526dab

#526dab #6452ab #529aab

Monochromatic Colors of #526dab

#526dab

Complementary Color

#526dab #ab9052

#526dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#526dab Color CSS Codes

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

#526dab Text Font Color

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

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


#526dab Background Color

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

This div background color is #526dab


#526dab Border Color

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

This div border color is #526dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526dab


Comments

No comments written yet.

Please login to write comment.