Color Hex Logo

#524aba Color Hex

#524ABA
(82,74,186)
0 Favorites   0 Comments

Color spaces of #524aba

RGB 8274186
HSL0.680.450.51
HSV244°60°73°
CMYK 0.560.600.00   0.27
XYZ14.791410.236647.6506
Yxy10.23660.20350.1408
Hunter Lab31.994726.5313-65.9060
CIE-Lab38.263835.0475-58.2864

#524aba color RGB value is (82,74,186).

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

The process color (four color CMYK) of #524aba color hex is 0.56, 0.60, 0.00, 0.27. Web safe color of #524aba is #6633cc. Color #524aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001010 10111010
Octal 122 112 272
Decimal 82 74 186
Hex 52 4A BA

RGB Percentages of Color #524aba

%23.98
%21.64
%54.39

CMYK Percentages of Color #524aba

%56
%60
%0
%27

Triadic Colors of #524aba

#524aba #ba524a #4aba52

Analogous Colors of #524aba

#524aba #8a4aba #4a7aba

Monochromatic Colors of #524aba

#524aba

Complementary Color

#524aba #b2ba4a

#524aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#524aba Color CSS Codes

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

#524aba Text Font Color

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

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


#524aba Background Color

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

This div background color is #524aba


#524aba Border Color

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

This div border color is #524aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524aba


Comments

No comments written yet.

Please login to write comment.