Color Hex Logo

#500c5c Color Hex

#500C5C
(80,12,92)
0 Favorites   0 Comments

Color spaces of #500c5c

RGB 801292
HSL0.810.770.20
HSV291°87°36°
CMYK 0.130.870.00   0.64
XYZ5.37152.741110.3712
Yxy2.74110.29060.1483
Hunter Lab16.556328.9389-25.5511
CIE-Lab18.975741.1195-31.0354

#500c5c color RGB value is (80,12,92).

#500c5c hex color red value is 80, green value is 12 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #500c5c hue: 0.81 , saturation: 0.77 and the lightness value of 500c5c is 0.20.

The process color (four color CMYK) of #500c5c color hex is 0.13, 0.87, 0.00, 0.64. Web safe color of #500c5c is #660066. Color #500c5c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001100 01011100
Octal 120 14 134
Decimal 80 12 92
Hex 50 C 5C

RGB Percentages of Color #500c5c

%43.48
%6.52
%50.00

CMYK Percentages of Color #500c5c

%13
%87
%0
%64

Triadic Colors of #500c5c

#500c5c #5c500c #0c5c50

Analogous Colors of #500c5c

#500c5c #5c0c40 #280c5c

Monochromatic Colors of #500c5c

#500c5c

Complementary Color

#500c5c #185c0c

#500c5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500c5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#500c5c Color CSS Codes

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

#500c5c Text Font Color

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

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


#500c5c Background Color

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

This div background color is #500c5c


#500c5c Border Color

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

This div border color is #500c5c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,12,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #500c5c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #500c5c;
  -webkit-box-shadow: 1px 1px 3px 2px #500c5c;
  box-shadow:         1px 1px 3px 2px #500c5c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500c5c


Comments

No comments written yet.

Please login to write comment.