Color Hex Logo

#500aea Color Hex

#500AEA
(80,10,234)
0 Favorites   0 Comments

Color spaces of #500aea

RGB 8010234
HSL0.720.920.48
HSV259°96°92°
CMYK 0.660.960.00   0.08
XYZ18.26817.863178.3968
Yxy7.86310.17480.0752
Hunter Lab28.041267.2158-146.1323
CIE-Lab33.696174.3429-93.5740

#500aea color RGB value is (80,10,234).

#500aea hex color red value is 80, green value is 10 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #500aea hue: 0.72 , saturation: 0.92 and the lightness value of 500aea is 0.48.

The process color (four color CMYK) of #500aea color hex is 0.66, 0.96, 0.00, 0.08. Web safe color of #500aea is #6600ff. Color #500aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001010 11101010
Octal 120 12 352
Decimal 80 10 234
Hex 50 A EA

RGB Percentages of Color #500aea

%24.69
%3.09
%72.22

CMYK Percentages of Color #500aea

%66
%96
%0
%8

Triadic Colors of #500aea

#500aea #ea500a #0aea50

Analogous Colors of #500aea

#500aea #c00aea #0a34ea

Monochromatic Colors of #500aea

#500aea

Complementary Color

#500aea #a4ea0a

#500aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#500aea Color CSS Codes

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

#500aea Text Font Color

<p style="color:#500aea">Text here</p>

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


#500aea Background Color

<div style="background-color:#500aea">
Div content here</div>

This div background color is #500aea


#500aea Border Color

<div style="border:3px solid #500aea">
Div here</div>

This div border color is #500aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,10,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #500aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #500aea;
  -webkit-box-shadow: 1px 1px 3px 2px #500aea;
  box-shadow:         1px 1px 3px 2px #500aea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,10,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500aea


Comments

No comments written yet.

Please login to write comment.