Color Hex Logo

#500635 Color Hex

#500635
(80,6,53)
0 Favorites   0 Comments

Color spaces of #500635

RGB 80653
HSL0.890.860.17
HSV322°93°31°
CMYK 0.000.930.34   0.69
XYZ4.01602.09283.5604
Yxy2.09280.41530.2164
Hunter Lab14.466524.2364-4.4655
CIE-Lab15.966936.3609-8.8399

#500635 color RGB value is (80,6,53).

#500635 hex color red value is 80, green value is 6 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #500635 hue: 0.89 , saturation: 0.86 and the lightness value of 500635 is 0.17.

The process color (four color CMYK) of #500635 color hex is 0.00, 0.93, 0.34, 0.69. Web safe color of #500635 is #660033. Color #500635 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000110 00110101
Octal 120 6 65
Decimal 80 6 53
Hex 50 6 35

RGB Percentages of Color #500635

%57.55
%4.32
%38.13

CMYK Percentages of Color #500635

%0
%93
%34
%69

Triadic Colors of #500635

#500635 #355006 #063550

Analogous Colors of #500635

#500635 #500610 #460650

Monochromatic Colors of #500635

#500635

Complementary Color

#500635 #065021

#500635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500635 Color CSS Codes

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

#500635 Text Font Color

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

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


#500635 Background Color

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

This div background color is #500635


#500635 Border Color

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

This div border color is #500635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500635


Comments

No comments written yet.

Please login to write comment.