Color Hex Logo

#523bbd Color Hex

#523BBD
(82,59,189)
0 Favorites   0 Comments

Color spaces of #523bbd

RGB 8259189
HSL0.700.520.49
HSV251°69°74°
CMYK 0.570.690.00   0.26
XYZ14.22898.595949.0533
Yxy8.59590.19800.1196
Hunter Lab29.318835.3213-78.6751
CIE-Lab35.194344.8245-65.0541

#523bbd color RGB value is (82,59,189).

#523bbd hex color red value is 82, green value is 59 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #523bbd hue: 0.70 , saturation: 0.52 and the lightness value of 523bbd is 0.49.

The process color (four color CMYK) of #523bbd color hex is 0.57, 0.69, 0.00, 0.26. Web safe color of #523bbd is #6633cc. Color #523bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111011 10111101
Octal 122 73 275
Decimal 82 59 189
Hex 52 3B BD

RGB Percentages of Color #523bbd

%24.85
%17.88
%57.27

CMYK Percentages of Color #523bbd

%57
%69
%0
%26

Triadic Colors of #523bbd

#523bbd #bd523b #3bbd52

Analogous Colors of #523bbd

#523bbd #933bbd #3b65bd

Monochromatic Colors of #523bbd

#523bbd

Complementary Color

#523bbd #a6bd3b

#523bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#523bbd Color CSS Codes

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

#523bbd Text Font Color

<p style="color:#523bbd">Text here</p>

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


#523bbd Background Color

<div style="background-color:#523bbd">
Div content here</div>

This div background color is #523bbd


#523bbd Border Color

<div style="border:3px solid #523bbd">
Div here</div>

This div border color is #523bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523bbd


Comments

No comments written yet.

Please login to write comment.