Color Hex Logo

#511eab Color Hex

#511EAB
(81,30,171)
0 Favorites   0 Comments

Color spaces of #511eab

RGB 8130171
HSL0.730.700.39
HSV262°82°67°
CMYK 0.530.820.00   0.33
XYZ11.20835.618239.0217
Yxy5.61820.20070.1006
Hunter Lab23.702742.9274-81.0169
CIE-Lab28.428053.6905-65.4622

#511eab color RGB value is (81,30,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011110 10101011
Octal 121 36 253
Decimal 81 30 171
Hex 51 1E AB

RGB Percentages of Color #511eab

%28.72
%10.64
%60.64

CMYK Percentages of Color #511eab

%53
%82
%0
%33

Triadic Colors of #511eab

#511eab #ab511e #1eab51

Analogous Colors of #511eab

#511eab #981eab #1e31ab

Monochromatic Colors of #511eab

#511eab

Complementary Color

#511eab #78ab1e

#511eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#511eab Color CSS Codes

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

#511eab Text Font Color

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

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


#511eab Background Color

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

This div background color is #511eab


#511eab Border Color

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

This div border color is #511eab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,30,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511eab


Comments

No comments written yet.

Please login to write comment.