Color Hex Logo

#524aa1 Color Hex

#524AA1
(82,74,161)
0 Favorites   0 Comments

Color spaces of #524aa1

RGB 8274161
HSL0.680.370.46
HSV246°54°63°
CMYK 0.490.540.00   0.37
XYZ12.36159.264634.8549
Yxy9.26460.21890.1640
Hunter Lab30.437819.2268-46.5876
CIE-Lab36.488827.0817-46.3162

#524aa1 color RGB value is (82,74,161).

#524aa1 hex color red value is 82, green value is 74 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #524aa1 hue: 0.68 , saturation: 0.37 and the lightness value of 524aa1 is 0.46.

The process color (four color CMYK) of #524aa1 color hex is 0.49, 0.54, 0.00, 0.37. Web safe color of #524aa1 is #663399. Color #524aa1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001010 10100001
Octal 122 112 241
Decimal 82 74 161
Hex 52 4A A1

RGB Percentages of Color #524aa1

%25.87
%23.34
%50.79

CMYK Percentages of Color #524aa1

%49
%54
%0
%37

Triadic Colors of #524aa1

#524aa1 #a1524a #4aa152

Analogous Colors of #524aa1

#524aa1 #7e4aa1 #4a6ea1

Monochromatic Colors of #524aa1

#524aa1

Complementary Color

#524aa1 #99a14a

#524aa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524aa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#524aa1 Color CSS Codes

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

#524aa1 Text Font Color

<p style="color:#524aa1">Text here</p>

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


#524aa1 Background Color

<div style="background-color:#524aa1">
Div content here</div>

This div background color is #524aa1


#524aa1 Border Color

<div style="border:3px solid #524aa1">
Div here</div>

This div border color is #524aa1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,74,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #524aa1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #524aa1;
  -webkit-box-shadow: 1px 1px 3px 2px #524aa1;
  box-shadow:         1px 1px 3px 2px #524aa1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,74,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #524aa1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524aa1


Comments

No comments written yet.

Please login to write comment.