Color Hex Logo

#512490 Color Hex

#512490
(81,36,144)
0 Favorites   0 Comments

Color spaces of #512490

RGB 8136144
HSL0.740.600.35
HSV265°75°56°
CMYK 0.440.750.00   0.44
XYZ9.05835.024726.8780
Yxy5.02470.22110.1227
Hunter Lab22.415832.9046-55.4013
CIE-Lab26.805043.8833-51.6593

#512490 color RGB value is (81,36,144).

#512490 hex color red value is 81, green value is 36 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #512490 hue: 0.74 , saturation: 0.60 and the lightness value of 512490 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100100 10010000
Octal 121 44 220
Decimal 81 36 144
Hex 51 24 90

RGB Percentages of Color #512490

%31.03
%13.79
%55.17

CMYK Percentages of Color #512490

%44
%75
%0
%44

Triadic Colors of #512490

#512490 #905124 #249051

Analogous Colors of #512490

#512490 #872490 #242d90

Monochromatic Colors of #512490

#512490

Complementary Color

#512490 #639024

#512490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512490 Color CSS Codes

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

#512490 Text Font Color

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

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


#512490 Background Color

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

This div background color is #512490


#512490 Border Color

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

This div border color is #512490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512490


Comments

No comments written yet.

Please login to write comment.