Color Hex Logo

#524dbd Color Hex

#524DBD
(82,77,189)
0 Favorites   0 Comments

Color spaces of #524dbd

RGB 8277189
HSL0.670.460.52
HSV243°59°74°
CMYK 0.570.590.00   0.26
XYZ15.318910.775749.4166
Yxy10.77570.20290.1427
Hunter Lab32.826425.8535-66.2763
CIE-Lab39.200134.1714-58.5252

#524dbd color RGB value is (82,77,189).

#524dbd hex color red value is 82, green value is 77 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #524dbd hue: 0.67 , saturation: 0.46 and the lightness value of 524dbd is 0.52.

The process color (four color CMYK) of #524dbd color hex is 0.57, 0.59, 0.00, 0.26. Web safe color of #524dbd is #6666cc. Color #524dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001101 10111101
Octal 122 115 275
Decimal 82 77 189
Hex 52 4D BD

RGB Percentages of Color #524dbd

%23.56
%22.13
%54.31

CMYK Percentages of Color #524dbd

%57
%59
%0
%26

Triadic Colors of #524dbd

#524dbd #bd524d #4dbd52

Analogous Colors of #524dbd

#524dbd #8a4dbd #4d80bd

Monochromatic Colors of #524dbd

#524dbd

Complementary Color

#524dbd #b8bd4d

#524dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#524dbd Color CSS Codes

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

#524dbd Text Font Color

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

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


#524dbd Background Color

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

This div background color is #524dbd


#524dbd Border Color

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

This div border color is #524dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524dbd


Comments

No comments written yet.

Please login to write comment.