Color Hex Logo

#5241ab Color Hex

#5241AB
(82,65,171)
0 Favorites   0 Comments

Color spaces of #5241ab

RGB 8265171
HSL0.690.450.46
HSV250°62°67°
CMYK 0.520.620.00   0.33
XYZ12.72078.514739.5011
Yxy8.51470.20940.1402
Hunter Lab29.180026.7503-59.8353
CIE-Lab35.032635.7889-54.6544

#5241ab color RGB value is (82,65,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000001 10101011
Octal 122 101 253
Decimal 82 65 171
Hex 52 41 AB

RGB Percentages of Color #5241ab

%25.79
%20.44
%53.77

CMYK Percentages of Color #5241ab

%52
%62
%0
%33

Triadic Colors of #5241ab

#5241ab #ab5241 #41ab52

Analogous Colors of #5241ab

#5241ab #8741ab #4165ab

Monochromatic Colors of #5241ab

#5241ab

Complementary Color

#5241ab #9aab41

#5241ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5241ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5241ab Color CSS Codes

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

#5241ab Text Font Color

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

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


#5241ab Background Color

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

This div background color is #5241ab


#5241ab Border Color

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

This div border color is #5241ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5241ab


Comments

No comments written yet.

Please login to write comment.