Color Hex Logo

#523dbd Color Hex

#523DBD
(82,61,189)
0 Favorites   0 Comments

Color spaces of #523dbd

RGB 8261189
HSL0.690.510.49
HSV250°68°74°
CMYK 0.570.680.00   0.26
XYZ14.33378.805449.0883
Yxy8.80540.19850.1219
Hunter Lab29.673934.2935-77.3093
CIE-Lab35.606943.6964-64.3793

#523dbd color RGB value is (82,61,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111101 10111101
Octal 122 75 275
Decimal 82 61 189
Hex 52 3D BD

RGB Percentages of Color #523dbd

%24.70
%18.37
%56.93

CMYK Percentages of Color #523dbd

%57
%68
%0
%26

Triadic Colors of #523dbd

#523dbd #bd523d #3dbd52

Analogous Colors of #523dbd

#523dbd #923dbd #3d68bd

Monochromatic Colors of #523dbd

#523dbd

Complementary Color

#523dbd #a8bd3d

#523dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#523dbd Color CSS Codes

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

#523dbd Text Font Color

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

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


#523dbd Background Color

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

This div background color is #523dbd


#523dbd Border Color

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

This div border color is #523dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523dbd


Comments

No comments written yet.

Please login to write comment.