Color Hex Logo

#512eaa Color Hex

#512EAA
(81,46,170)
0 Favorites   0 Comments

Color spaces of #512eaa

RGB 8146170
HSL0.710.570.42
HSV257°73°67°
CMYK 0.520.730.00   0.33
XYZ11.62606.605638.6925
Yxy6.60560.20420.1160
Hunter Lab25.701435.7670-71.2681
CIE-Lab30.891646.0802-60.8140

#512eaa color RGB value is (81,46,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101110 10101010
Octal 121 56 252
Decimal 81 46 170
Hex 51 2E AA

RGB Percentages of Color #512eaa

%27.27
%15.49
%57.24

CMYK Percentages of Color #512eaa

%52
%73
%0
%33

Triadic Colors of #512eaa

#512eaa #aa512e #2eaa51

Analogous Colors of #512eaa

#512eaa #8f2eaa #2e49aa

Monochromatic Colors of #512eaa

#512eaa

Complementary Color

#512eaa #87aa2e

#512eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#512eaa Color CSS Codes

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

#512eaa Text Font Color

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

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


#512eaa Background Color

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

This div background color is #512eaa


#512eaa Border Color

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

This div border color is #512eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512eaa


Comments

No comments written yet.

Please login to write comment.