Color Hex Logo

#523db4 Color Hex

#523DB4
(82,61,180)
0 Favorites   0 Comments

Color spaces of #523db4

RGB 8261180
HSL0.700.490.47
HSV251°66°71°
CMYK 0.540.660.00   0.29
XYZ13.38668.426644.1010
Yxy8.42660.20310.1278
Hunter Lab29.028631.5156-69.7549
CIE-Lab34.856040.9372-60.2938

#523db4 color RGB value is (82,61,180).

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

The process color (four color CMYK) of #523db4 color hex is 0.54, 0.66, 0.00, 0.29. Web safe color of #523db4 is #6633cc. Color #523db4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111101 10110100
Octal 122 75 264
Decimal 82 61 180
Hex 52 3D B4

RGB Percentages of Color #523db4

%25.39
%18.89
%55.73

CMYK Percentages of Color #523db4

%54
%66
%0
%29

Triadic Colors of #523db4

#523db4 #b4523d #3db452

Analogous Colors of #523db4

#523db4 #8e3db4 #3d64b4

Monochromatic Colors of #523db4

#523db4

Complementary Color

#523db4 #9fb43d

#523db4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523db4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#523db4 Color CSS Codes

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

#523db4 Text Font Color

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

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


#523db4 Background Color

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

This div background color is #523db4


#523db4 Border Color

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

This div border color is #523db4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523db4


Comments

No comments written yet.

Please login to write comment.