Color Hex Logo

#5251ab Color Hex

#5251AB
(82,81,171)
0 Favorites   0 Comments

Color spaces of #5251ab

RGB 8281171
HSL0.670.360.49
HSV241°53°67°
CMYK 0.520.530.00   0.33
XYZ13.772810.619039.8518
Yxy10.61900.21440.1653
Hunter Lab32.586818.4160-49.6975
CIE-Lab38.931225.8496-48.3536

#5251ab color RGB value is (82,81,171).

#5251ab hex color red value is 82, green value is 81 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5251ab hue: 0.67 , saturation: 0.36 and the lightness value of 5251ab is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010001 10101011
Octal 122 121 253
Decimal 82 81 171
Hex 52 51 AB

RGB Percentages of Color #5251ab

%24.55
%24.25
%51.20

CMYK Percentages of Color #5251ab

%52
%53
%0
%33

Triadic Colors of #5251ab

#5251ab #ab5251 #51ab52

Analogous Colors of #5251ab

#5251ab #7f51ab #517dab

Monochromatic Colors of #5251ab

#5251ab

Complementary Color

#5251ab #aaab51

#5251ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5251ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5251ab Color CSS Codes

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

#5251ab Text Font Color

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

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


#5251ab Background Color

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

This div background color is #5251ab


#5251ab Border Color

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

This div border color is #5251ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5251ab


Comments

No comments written yet.

Please login to write comment.