Color Hex Logo

#5276ab Color Hex

#5276AB
(82,118,171)
0 Favorites   0 Comments

Color spaces of #5276ab

RGB 82118171
HSL0.600.350.50
HSV216°52°67°
CMYK 0.520.310.00   0.33
XYZ17.308817.691041.0305
Yxy17.69100.22770.2327
Hunter Lab42.0607-0.1499-28.3954
CIE-Lab49.11922.7225-32.1849

#5276ab color RGB value is (82,118,171).

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

The process color (four color CMYK) of #5276ab color hex is 0.52, 0.31, 0.00, 0.33. Web safe color of #5276ab is #666699. Color #5276ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110110 10101011
Octal 122 166 253
Decimal 82 118 171
Hex 52 76 AB

RGB Percentages of Color #5276ab

%22.10
%31.81
%46.09

CMYK Percentages of Color #5276ab

%52
%31
%0
%33

Triadic Colors of #5276ab

#5276ab #ab5276 #76ab52

Analogous Colors of #5276ab

#5276ab #5b52ab #52a3ab

Monochromatic Colors of #5276ab

#5276ab

Complementary Color

#5276ab #ab8752

#5276ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5276ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5276ab Color CSS Codes

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

#5276ab Text Font Color

<p style="color:#5276ab">Text here</p>

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


#5276ab Background Color

<div style="background-color:#5276ab">
Div content here</div>

This div background color is #5276ab


#5276ab Border Color

<div style="border:3px solid #5276ab">
Div here</div>

This div border color is #5276ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5276ab


Comments

No comments written yet.

Please login to write comment.