Color Hex Logo

#521cae Color Hex

#521CAE
(82,28,174)
0 Favorites   0 Comments

Color spaces of #521cae

RGB 8228174
HSL0.730.720.40
HSV262°84°68°
CMYK 0.530.840.00   0.32
XYZ11.53495.680340.5329
Yxy5.68030.19970.0984
Hunter Lab23.833444.6822-84.1498
CIE-Lab28.591155.3462-66.9917

#521cae color RGB value is (82,28,174).

#521cae hex color red value is 82, green value is 28 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #521cae hue: 0.73 , saturation: 0.72 and the lightness value of 521cae is 0.40.

The process color (four color CMYK) of #521cae color hex is 0.53, 0.84, 0.00, 0.32. Web safe color of #521cae is #663399. Color #521cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011100 10101110
Octal 122 34 256
Decimal 82 28 174
Hex 52 1C AE

RGB Percentages of Color #521cae

%28.87
%9.86
%61.27

CMYK Percentages of Color #521cae

%53
%84
%0
%32

Triadic Colors of #521cae

#521cae #ae521c #1cae52

Analogous Colors of #521cae

#521cae #9b1cae #1c2fae

Monochromatic Colors of #521cae

#521cae

Complementary Color

#521cae #78ae1c

#521cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#521cae Color CSS Codes

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

#521cae Text Font Color

<p style="color:#521cae">Text here</p>

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


#521cae Background Color

<div style="background-color:#521cae">
Div content here</div>

This div background color is #521cae


#521cae Border Color

<div style="border:3px solid #521cae">
Div here</div>

This div border color is #521cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521cae


Comments

No comments written yet.

Please login to write comment.