Color Hex Logo

#520fae Color Hex

#520FAE
(82,15,174)
0 Favorites   0 Comments

Color spaces of #520fae

RGB 8215174
HSL0.740.840.37
HSV265°91°68°
CMYK 0.530.910.00   0.32
XYZ11.29055.191540.4514
Yxy5.19150.19830.0912
Hunter Lab22.784948.5779-89.3119
CIE-Lab27.273559.2647-69.1669

#520fae color RGB value is (82,15,174).

#520fae hex color red value is 82, green value is 15 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #520fae hue: 0.74 , saturation: 0.84 and the lightness value of 520fae is 0.37.

The process color (four color CMYK) of #520fae color hex is 0.53, 0.91, 0.00, 0.32. Web safe color of #520fae is #660099. Color #520fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001111 10101110
Octal 122 17 256
Decimal 82 15 174
Hex 52 F AE

RGB Percentages of Color #520fae

%30.26
%5.54
%64.21

CMYK Percentages of Color #520fae

%53
%91
%0
%32

Triadic Colors of #520fae

#520fae #ae520f #0fae52

Analogous Colors of #520fae

#520fae #a20fae #0f1bae

Monochromatic Colors of #520fae

#520fae

Complementary Color

#520fae #6bae0f

#520fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#520fae Color CSS Codes

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

#520fae Text Font Color

<p style="color:#520fae">Text here</p>

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


#520fae Background Color

<div style="background-color:#520fae">
Div content here</div>

This div background color is #520fae


#520fae Border Color

<div style="border:3px solid #520fae">
Div here</div>

This div border color is #520fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520fae


Comments

No comments written yet.

Please login to write comment.