Color Hex Logo

#511eac Color Hex

#511EAC
(81,30,172)
0 Favorites   0 Comments

Color spaces of #511eac

RGB 8130172
HSL0.730.700.40
HSV262°83°67°
CMYK 0.530.830.00   0.33
XYZ11.30405.656439.5257
Yxy5.65640.20010.1001
Hunter Lab23.783243.2194-81.8869
CIE-Lab28.528553.9533-65.8980

#511eac color RGB value is (81,30,172).

#511eac hex color red value is 81, green value is 30 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #511eac hue: 0.73 , saturation: 0.70 and the lightness value of 511eac is 0.40.

The process color (four color CMYK) of #511eac color hex is 0.53, 0.83, 0.00, 0.33. Web safe color of #511eac is #663399. Color #511eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011110 10101100
Octal 121 36 254
Decimal 81 30 172
Hex 51 1E AC

RGB Percentages of Color #511eac

%28.62
%10.60
%60.78

CMYK Percentages of Color #511eac

%53
%83
%0
%33

Triadic Colors of #511eac

#511eac #ac511e #1eac51

Analogous Colors of #511eac

#511eac #981eac #1e32ac

Monochromatic Colors of #511eac

#511eac

Complementary Color

#511eac #79ac1e

#511eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#511eac Color CSS Codes

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

#511eac Text Font Color

<p style="color:#511eac">Text here</p>

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


#511eac Background Color

<div style="background-color:#511eac">
Div content here</div>

This div background color is #511eac


#511eac Border Color

<div style="border:3px solid #511eac">
Div here</div>

This div border color is #511eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511eac


Comments

No comments written yet.

Please login to write comment.