Color Hex Logo

#500fac Color Hex

#500FAC
(80,15,172)
0 Favorites   0 Comments

Color spaces of #500fac

RGB 8015172
HSL0.740.840.37
HSV265°91°67°
CMYK 0.530.910.00   0.33
XYZ10.92555.025739.4239
Yxy5.02570.19730.0908
Hunter Lab22.418147.7608-88.5734
CIE-Lab26.807958.5942-68.7420

#500fac color RGB value is (80,15,172).

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

The process color (four color CMYK) of #500fac color hex is 0.53, 0.91, 0.00, 0.33. Web safe color of #500fac is #660099. Color #500fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001111 10101100
Octal 120 17 254
Decimal 80 15 172
Hex 50 F AC

RGB Percentages of Color #500fac

%29.96
%5.62
%64.42

CMYK Percentages of Color #500fac

%53
%91
%0
%33

Triadic Colors of #500fac

#500fac #ac500f #0fac50

Analogous Colors of #500fac

#500fac #9f0fac #0f1cac

Monochromatic Colors of #500fac

#500fac

Complementary Color

#500fac #6bac0f

#500fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#500fac Color CSS Codes

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

#500fac Text Font Color

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

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


#500fac Background Color

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

This div background color is #500fac


#500fac Border Color

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

This div border color is #500fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500fac


Comments

No comments written yet.

Please login to write comment.