Color Hex Logo

#512baa Color Hex

#512BAA
(81,43,170)
0 Favorites   0 Comments

Color spaces of #512baa

RGB 8143170
HSL0.720.600.42
HSV258°75°67°
CMYK 0.520.750.00   0.33
XYZ11.51296.379438.6548
Yxy6.37940.20360.1128
Hunter Lab25.257537.1636-73.0590
CIE-Lab30.350247.6067-61.7015

#512baa color RGB value is (81,43,170).

#512baa hex color red value is 81, green value is 43 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #512baa hue: 0.72 , saturation: 0.60 and the lightness value of 512baa is 0.42.

The process color (four color CMYK) of #512baa color hex is 0.52, 0.75, 0.00, 0.33. Web safe color of #512baa is #663399. Color #512baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101011 10101010
Octal 121 53 252
Decimal 81 43 170
Hex 51 2B AA

RGB Percentages of Color #512baa

%27.55
%14.63
%57.82

CMYK Percentages of Color #512baa

%52
%75
%0
%33

Triadic Colors of #512baa

#512baa #aa512b #2baa51

Analogous Colors of #512baa

#512baa #912baa #2b44aa

Monochromatic Colors of #512baa

#512baa

Complementary Color

#512baa #84aa2b

#512baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#512baa Color CSS Codes

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

#512baa Text Font Color

<p style="color:#512baa">Text here</p>

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


#512baa Background Color

<div style="background-color:#512baa">
Div content here</div>

This div background color is #512baa


#512baa Border Color

<div style="border:3px solid #512baa">
Div here</div>

This div border color is #512baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512baa


Comments

No comments written yet.

Please login to write comment.