Color Hex Logo

#511bac Color Hex

#511BAC
(81,27,172)
0 Favorites   0 Comments

Color spaces of #511bac

RGB 8127172
HSL0.730.730.39
HSV262°84°67°
CMYK 0.530.840.00   0.33
XYZ11.23175.511839.5016
Yxy5.51180.19970.0980
Hunter Lab23.477244.3108-83.3243
CIE-Lab28.145855.0776-66.5289

#511bac color RGB value is (81,27,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011011 10101100
Octal 121 33 254
Decimal 81 27 172
Hex 51 1B AC

RGB Percentages of Color #511bac

%28.93
%9.64
%61.43

CMYK Percentages of Color #511bac

%53
%84
%0
%33

Triadic Colors of #511bac

#511bac #ac511b #1bac51

Analogous Colors of #511bac

#511bac #9a1bac #1b2eac

Monochromatic Colors of #511bac

#511bac

Complementary Color

#511bac #76ac1b

#511bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#511bac Color CSS Codes

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

#511bac Text Font Color

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

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


#511bac Background Color

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

This div background color is #511bac


#511bac Border Color

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

This div border color is #511bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511bac


Comments

No comments written yet.

Please login to write comment.