Color Hex Logo

#500510 Color Hex

#500510
(80,5,16)
0 Favorites   0 Comments

Color spaces of #500510

RGB 80516
HSL0.980.880.17
HSV351°94°31°
CMYK 0.000.940.80   0.69
XYZ3.45611.85140.6654
Yxy1.85140.57860.3100
Hunter Lab13.606621.52776.6252
CIE-Lab14.687333.375315.8054

#500510 color RGB value is (80,5,16).

#500510 hex color red value is 80, green value is 5 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #500510 hue: 0.98 , saturation: 0.88 and the lightness value of 500510 is 0.17.

The process color (four color CMYK) of #500510 color hex is 0.00, 0.94, 0.80, 0.69. Web safe color of #500510 is #660000. Color #500510 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000101 00010000
Octal 120 5 20
Decimal 80 5 16
Hex 50 5 10

RGB Percentages of Color #500510

%79.21
%4.95
%15.84

CMYK Percentages of Color #500510

%0
%94
%80
%69

Triadic Colors of #500510

#500510 #105005 #051050

Analogous Colors of #500510

#500510 #502005 #500536

Monochromatic Colors of #500510

#500510

Complementary Color

#500510 #055045

#500510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500510 Color CSS Codes

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

#500510 Text Font Color

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

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


#500510 Background Color

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

This div background color is #500510


#500510 Border Color

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

This div border color is #500510


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,5,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #500510; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #500510;
  -webkit-box-shadow: 1px 1px 3px 2px #500510;
  box-shadow:         1px 1px 3px 2px #500510; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,5,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500510


Comments

No comments written yet.

Please login to write comment.