Color Hex Logo

#526cab Color Hex

#526CAB
(82,108,171)
0 Favorites   0 Comments

Color spaces of #526cab

RGB 82108171
HSL0.620.350.50
HSV222°52°67°
CMYK 0.520.370.00   0.33
XYZ16.192915.459240.6585
Yxy15.45920.22390.2138
Hunter Lab39.31824.7070-33.7884
CIE-Lab46.25688.8338-36.6821

#526cab color RGB value is (82,108,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101100 10101011
Octal 122 154 253
Decimal 82 108 171
Hex 52 6C AB

RGB Percentages of Color #526cab

%22.71
%29.92
%47.37

CMYK Percentages of Color #526cab

%52
%37
%0
%33

Triadic Colors of #526cab

#526cab #ab526c #6cab52

Analogous Colors of #526cab

#526cab #6552ab #5299ab

Monochromatic Colors of #526cab

#526cab

Complementary Color

#526cab #ab9152

#526cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#526cab Color CSS Codes

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

#526cab Text Font Color

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

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


#526cab Background Color

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

This div background color is #526cab


#526cab Border Color

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

This div border color is #526cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526cab


Comments

No comments written yet.

Please login to write comment.