Color Hex Logo

#510fac Color Hex

#510FAC
(81,15,172)
0 Favorites   0 Comments

Color spaces of #510fac

RGB 8115172
HSL0.740.840.37
HSV265°91°67°
CMYK 0.530.910.00   0.33
XYZ11.01065.069539.4279
Yxy5.06950.19840.0913
Hunter Lab22.515647.8882-88.0643
CIE-Lab26.931958.6893-68.5330

#510fac color RGB value is (81,15,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001111 10101100
Octal 121 17 254
Decimal 81 15 172
Hex 51 F AC

RGB Percentages of Color #510fac

%30.22
%5.60
%64.18

CMYK Percentages of Color #510fac

%53
%91
%0
%33

Triadic Colors of #510fac

#510fac #ac510f #0fac51

Analogous Colors of #510fac

#510fac #a00fac #0f1bac

Monochromatic Colors of #510fac

#510fac

Complementary Color

#510fac #6aac0f

#510fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#510fac Color CSS Codes

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

#510fac Text Font Color

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

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


#510fac Background Color

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

This div background color is #510fac


#510fac Border Color

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

This div border color is #510fac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,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 #510fac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510fac


Comments

No comments written yet.

Please login to write comment.