Color Hex Logo

#501aae Color Hex

#501AAE
(80,26,174)
0 Favorites   0 Comments

Color spaces of #501aae

RGB 8026174
HSL0.730.740.39
HSV262°85°68°
CMYK 0.540.850.00   0.32
XYZ11.31765.500340.5095
Yxy5.50030.19740.0959
Hunter Lab23.452745.0967-85.9938
CIE-Lab28.115155.8339-67.7848

#501aae color RGB value is (80,26,174).

#501aae hex color red value is 80, green value is 26 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #501aae hue: 0.73 , saturation: 0.74 and the lightness value of 501aae is 0.39.

The process color (four color CMYK) of #501aae color hex is 0.54, 0.85, 0.00, 0.32. Web safe color of #501aae is #663399. Color #501aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011010 10101110
Octal 120 32 256
Decimal 80 26 174
Hex 50 1A AE

RGB Percentages of Color #501aae

%28.57
%9.29
%62.14

CMYK Percentages of Color #501aae

%54
%85
%0
%32

Triadic Colors of #501aae

#501aae #ae501a #1aae50

Analogous Colors of #501aae

#501aae #9a1aae #1a2eae

Monochromatic Colors of #501aae

#501aae

Complementary Color

#501aae #78ae1a

#501aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#501aae Color CSS Codes

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

#501aae Text Font Color

<p style="color:#501aae">Text here</p>

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


#501aae Background Color

<div style="background-color:#501aae">
Div content here</div>

This div background color is #501aae


#501aae Border Color

<div style="border:3px solid #501aae">
Div here</div>

This div border color is #501aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,26,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #501aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #501aae;
  -webkit-box-shadow: 1px 1px 3px 2px #501aae;
  box-shadow:         1px 1px 3px 2px #501aae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,26,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 #501aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501aae


Comments

No comments written yet.

Please login to write comment.