Color Hex Logo

#512eae Color Hex

#512EAE
(81,46,174)
0 Favorites   0 Comments

Color spaces of #512eae

RGB 8146174
HSL0.710.580.43
HSV256°74°68°
CMYK 0.530.740.00   0.32
XYZ12.01036.759340.7161
Yxy6.75930.20190.1136
Hunter Lab25.998736.9620-74.6541
CIE-Lab31.252547.2297-62.6195

#512eae color RGB value is (81,46,174).

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

The process color (four color CMYK) of #512eae color hex is 0.53, 0.74, 0.00, 0.32. Web safe color of #512eae is #663399. Color #512eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101110 10101110
Octal 121 56 256
Decimal 81 46 174
Hex 51 2E AE

RGB Percentages of Color #512eae

%26.91
%15.28
%57.81

CMYK Percentages of Color #512eae

%53
%74
%0
%32

Triadic Colors of #512eae

#512eae #ae512e #2eae51

Analogous Colors of #512eae

#512eae #912eae #2e4bae

Monochromatic Colors of #512eae

#512eae

Complementary Color

#512eae #8bae2e

#512eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#512eae Color CSS Codes

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

#512eae Text Font Color

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

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


#512eae Background Color

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

This div background color is #512eae


#512eae Border Color

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

This div border color is #512eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512eae


Comments

No comments written yet.

Please login to write comment.