Color Hex Logo

#500dad Color Hex

#500DAD
(80,13,173)
0 Favorites   0 Comments

Color spaces of #500dad

RGB 8013173
HSL0.740.860.36
HSV265°92°68°
CMYK 0.540.920.00   0.32
XYZ10.99505.010539.9228
Yxy5.01050.19660.0896
Hunter Lab22.384148.5062-90.0766
CIE-Lab26.764759.2948-69.4153

#500dad color RGB value is (80,13,173).

#500dad hex color red value is 80, green value is 13 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #500dad hue: 0.74 , saturation: 0.86 and the lightness value of 500dad is 0.36.

The process color (four color CMYK) of #500dad color hex is 0.54, 0.92, 0.00, 0.32. Web safe color of #500dad is #660099. Color #500dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001101 10101101
Octal 120 15 255
Decimal 80 13 173
Hex 50 D AD

RGB Percentages of Color #500dad

%30.08
%4.89
%65.04

CMYK Percentages of Color #500dad

%54
%92
%0
%32

Triadic Colors of #500dad

#500dad #ad500d #0dad50

Analogous Colors of #500dad

#500dad #a00dad #0d1aad

Monochromatic Colors of #500dad

#500dad

Complementary Color

#500dad #6aad0d

#500dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#500dad Color CSS Codes

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

#500dad Text Font Color

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

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


#500dad Background Color

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

This div background color is #500dad


#500dad Border Color

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

This div border color is #500dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500dad


Comments

No comments written yet.

Please login to write comment.