Color Hex Logo

#512399 Color Hex

#512399
(81,35,153)
0 Favorites   0 Comments

Color spaces of #512399

RGB 8135153
HSL0.730.630.37
HSV263°77°60°
CMYK 0.470.770.00   0.40
XYZ9.74415.251330.6370
Yxy5.25130.21350.1151
Hunter Lab22.915735.7983-63.2263
CIE-Lab27.439046.7745-56.1616

#512399 color RGB value is (81,35,153).

#512399 hex color red value is 81, green value is 35 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #512399 hue: 0.73 , saturation: 0.63 and the lightness value of 512399 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100011 10011001
Octal 121 43 231
Decimal 81 35 153
Hex 51 23 99

RGB Percentages of Color #512399

%30.11
%13.01
%56.88

CMYK Percentages of Color #512399

%47
%77
%0
%40

Triadic Colors of #512399

#512399 #995123 #239951

Analogous Colors of #512399

#512399 #8c2399 #233099

Monochromatic Colors of #512399

#512399

Complementary Color

#512399 #6b9923

#512399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512399 Color CSS Codes

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

#512399 Text Font Color

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

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


#512399 Background Color

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

This div background color is #512399


#512399 Border Color

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

This div border color is #512399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512399


Comments

No comments written yet.

Please login to write comment.