Color Hex Logo

#523dae Color Hex

#523DAE
(82,61,174)
0 Favorites   0 Comments

Color spaces of #523dae

RGB 8261174
HSL0.700.480.46
HSV251°65°68°
CMYK 0.530.650.00   0.32
XYZ12.78848.187340.9507
Yxy8.18730.20650.1322
Hunter Lab28.613529.7046-64.8246
CIE-Lab34.370039.0980-57.5209

#523dae color RGB value is (82,61,174).

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

The process color (four color CMYK) of #523dae color hex is 0.53, 0.65, 0.00, 0.32. Web safe color of #523dae is #663399. Color #523dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111101 10101110
Octal 122 75 256
Decimal 82 61 174
Hex 52 3D AE

RGB Percentages of Color #523dae

%25.87
%19.24
%54.89

CMYK Percentages of Color #523dae

%53
%65
%0
%32

Triadic Colors of #523dae

#523dae #ae523d #3dae52

Analogous Colors of #523dae

#523dae #8b3dae #3d60ae

Monochromatic Colors of #523dae

#523dae

Complementary Color

#523dae #99ae3d

#523dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#523dae Color CSS Codes

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

#523dae Text Font Color

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

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


#523dae Background Color

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

This div background color is #523dae


#523dae Border Color

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

This div border color is #523dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523dae


Comments

No comments written yet.

Please login to write comment.