Color Hex Logo

#512286 Color Hex

#512286
(81,34,134)
0 Favorites   0 Comments

Color spaces of #512286

RGB 8134134
HSL0.750.600.33
HSV268°75°53°
CMYK 0.400.750.00   0.47
XYZ8.26844.614623.0092
Yxy4.61460.23040.1286
Hunter Lab21.481631.1128-48.4690
CIE-Lab25.607342.2045-47.3904

#512286 color RGB value is (81,34,134).

#512286 hex color red value is 81, green value is 34 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #512286 hue: 0.75 , saturation: 0.60 and the lightness value of 512286 is 0.33.

The process color (four color CMYK) of #512286 color hex is 0.40, 0.75, 0.00, 0.47. Web safe color of #512286 is #663399. Color #512286 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100010 10000110
Octal 121 42 206
Decimal 81 34 134
Hex 51 22 86

RGB Percentages of Color #512286

%32.53
%13.65
%53.82

CMYK Percentages of Color #512286

%40
%75
%0
%47

Triadic Colors of #512286

#512286 #865122 #228651

Analogous Colors of #512286

#512286 #832286 #222586

Monochromatic Colors of #512286

#512286

Complementary Color

#512286 #578622

#512286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512286 Color CSS Codes

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

#512286 Text Font Color

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

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


#512286 Background Color

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

This div background color is #512286


#512286 Border Color

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

This div border color is #512286


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,34,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #512286; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #512286;
  -webkit-box-shadow: 1px 1px 3px 2px #512286;
  box-shadow:         1px 1px 3px 2px #512286; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512286


Comments

No comments written yet.

Please login to write comment.