Color Hex Logo

#5246ab Color Hex

#5246AB
(82,70,171)
0 Favorites   0 Comments

Color spaces of #5246ab

RGB 8270171
HSL0.690.420.47
HSV247°59°67°
CMYK 0.520.590.00   0.33
XYZ13.02059.114439.6011
Yxy9.11440.21090.1476
Hunter Lab30.190124.1516-56.6392
CIE-Lab36.203632.7350-52.7557

#5246ab color RGB value is (82,70,171).

#5246ab hex color red value is 82, green value is 70 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5246ab hue: 0.69 , saturation: 0.42 and the lightness value of 5246ab is 0.47.

The process color (four color CMYK) of #5246ab color hex is 0.52, 0.59, 0.00, 0.33. Web safe color of #5246ab is #663399. Color #5246ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000110 10101011
Octal 122 106 253
Decimal 82 70 171
Hex 52 46 AB

RGB Percentages of Color #5246ab

%25.39
%21.67
%52.94

CMYK Percentages of Color #5246ab

%52
%59
%0
%33

Triadic Colors of #5246ab

#5246ab #ab5246 #46ab52

Analogous Colors of #5246ab

#5246ab #8546ab #466dab

Monochromatic Colors of #5246ab

#5246ab

Complementary Color

#5246ab #9fab46

#5246ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5246ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5246ab Color CSS Codes

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

#5246ab Text Font Color

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

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


#5246ab Background Color

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

This div background color is #5246ab


#5246ab Border Color

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

This div border color is #5246ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5246ab


Comments

No comments written yet.

Please login to write comment.