Color Hex Logo

#511caa Color Hex

#511CAA
(81,28,170)
0 Favorites   0 Comments

Color spaces of #511caa

RGB 8128170
HSL0.730.720.39
HSV262°84°67°
CMYK 0.520.840.00   0.33
XYZ11.06435.482138.5052
Yxy5.48210.20100.0996
Hunter Lab23.413943.3764-81.1154
CIE-Lab28.066354.1949-65.4562

#511caa color RGB value is (81,28,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011100 10101010
Octal 121 34 252
Decimal 81 28 170
Hex 51 1C AA

RGB Percentages of Color #511caa

%29.03
%10.04
%60.93

CMYK Percentages of Color #511caa

%52
%84
%0
%33

Triadic Colors of #511caa

#511caa #aa511c #1caa51

Analogous Colors of #511caa

#511caa #981caa #1c2eaa

Monochromatic Colors of #511caa

#511caa

Complementary Color

#511caa #75aa1c

#511caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#511caa Color CSS Codes

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

#511caa Text Font Color

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

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


#511caa Background Color

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

This div background color is #511caa


#511caa Border Color

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

This div border color is #511caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511caa


Comments

No comments written yet.

Please login to write comment.