Color Hex Logo

#524cba Color Hex

#524CBA
(82,76,186)
0 Favorites   0 Comments

Color spaces of #524cba

RGB 8276186
HSL0.680.440.51
HSV243°59°73°
CMYK 0.560.590.00   0.27
XYZ14.927010.507947.6959
Yxy10.50790.20410.1437
Hunter Lab32.415925.4686-64.5466
CIE-Lab38.739033.8185-57.5152

#524cba color RGB value is (82,76,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001100 10111010
Octal 122 114 272
Decimal 82 76 186
Hex 52 4C BA

RGB Percentages of Color #524cba

%23.84
%22.09
%54.07

CMYK Percentages of Color #524cba

%56
%59
%0
%27

Triadic Colors of #524cba

#524cba #ba524c #4cba52

Analogous Colors of #524cba

#524cba #894cba #4c7dba

Monochromatic Colors of #524cba

#524cba

Complementary Color

#524cba #b4ba4c

#524cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#524cba Color CSS Codes

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

#524cba Text Font Color

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

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


#524cba Background Color

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

This div background color is #524cba


#524cba Border Color

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

This div border color is #524cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524cba


Comments

No comments written yet.

Please login to write comment.