Color Hex Logo

#512480 Color Hex

#512480
(81,36,128)
0 Favorites   0 Comments

Color spaces of #512480

RGB 8136128
HSL0.750.560.32
HSV269°72°50°
CMYK 0.370.720.00   0.50
XYZ7.92054.569620.8866
Yxy4.56960.23730.1369
Hunter Lab21.376628.7290-42.9672
CIE-Lab25.471639.6375-43.8424

#512480 color RGB value is (81,36,128).

#512480 hex color red value is 81, green value is 36 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #512480 hue: 0.75 , saturation: 0.56 and the lightness value of 512480 is 0.32.

The process color (four color CMYK) of #512480 color hex is 0.37, 0.72, 0.00, 0.50. Web safe color of #512480 is #663399. Color #512480 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100100 10000000
Octal 121 44 200
Decimal 81 36 128
Hex 51 24 80

RGB Percentages of Color #512480

%33.06
%14.69
%52.24

CMYK Percentages of Color #512480

%37
%72
%0
%50

Triadic Colors of #512480

#512480 #805124 #248051

Analogous Colors of #512480

#512480 #7f2480 #242580

Monochromatic Colors of #512480

#512480

Complementary Color

#512480 #538024

#512480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512480 Color CSS Codes

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

#512480 Text Font Color

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

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


#512480 Background Color

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

This div background color is #512480


#512480 Border Color

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

This div border color is #512480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512480


Comments

No comments written yet.

Please login to write comment.