Color Hex Logo

#510080 Color Hex

#510080
(81,0,128)
0 Favorites   0 Comments

Color spaces of #510080

RGB 810128
HSL0.771.000.25
HSV278°100°50°
CMYK 0.371.000.00   0.50
XYZ7.28963.307820.6763
Yxy3.30780.23310.1058
Hunter Lab18.187439.7160-54.6727
CIE-Lab21.236751.9316-50.7555

#510080 color RGB value is (81,0,128).

#510080 hex color red value is 81, green value is 0 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #510080 hue: 0.77 , saturation: 1.00 and the lightness value of 510080 is 0.25.

The process color (four color CMYK) of #510080 color hex is 0.37, 1.00, 0.00, 0.50. Web safe color of #510080 is #660099. Color #510080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000000 10000000
Octal 121 0 200
Decimal 81 0 128
Hex 51 0 80

RGB Percentages of Color #510080

%38.76
%0.00
%61.24

CMYK Percentages of Color #510080

%37
%100
%0
%50

Triadic Colors of #510080

#510080 #805100 #008051

Analogous Colors of #510080

#510080 #80006f #110080

Monochromatic Colors of #510080

#510080

Complementary Color

#510080 #2f8000

#510080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510080 Color CSS Codes

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

#510080 Text Font Color

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

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


#510080 Background Color

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

This div background color is #510080


#510080 Border Color

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

This div border color is #510080


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,0,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 #510080">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510080

#510080 Color Palettes


Comments

No comments written yet.

Please login to write comment.