Color Hex Logo

#500c45 Color Hex

#500C45
(80,12,69)
0 Favorites   0 Comments

Color spaces of #500c45

RGB 801269
HSL0.860.740.18
HSV310°85°31°
CMYK 0.000.850.14   0.69
XYZ4.51392.39815.8552
Yxy2.39810.35360.1878
Hunter Lab15.485824.9302-11.5776
CIE-Lab17.451436.8809-17.8154

#500c45 color RGB value is (80,12,69).

#500c45 hex color red value is 80, green value is 12 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #500c45 hue: 0.86 , saturation: 0.74 and the lightness value of 500c45 is 0.18.

The process color (four color CMYK) of #500c45 color hex is 0.00, 0.85, 0.14, 0.69. Web safe color of #500c45 is #660033. Color #500c45 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001100 01000101
Octal 120 14 105
Decimal 80 12 69
Hex 50 C 45

RGB Percentages of Color #500c45

%49.69
%7.45
%42.86

CMYK Percentages of Color #500c45

%0
%85
%14
%69

Triadic Colors of #500c45

#500c45 #45500c #0c4550

Analogous Colors of #500c45

#500c45 #500c23 #390c50

Monochromatic Colors of #500c45

#500c45

Complementary Color

#500c45 #0c5017

#500c45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500c45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500c45 Color CSS Codes

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

#500c45 Text Font Color

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

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


#500c45 Background Color

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

This div background color is #500c45


#500c45 Border Color

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

This div border color is #500c45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500c45


Comments

No comments written yet.

Please login to write comment.