Color Hex Logo

#500644 Color Hex

#500644
(80,6,68)
0 Favorites   0 Comments

Color spaces of #500644

RGB 80668
HSL0.860.860.17
HSV310°93°31°
CMYK 0.000.930.15   0.69
XYZ4.41682.25315.6709
Yxy2.25310.35790.1826
Hunter Lab15.010326.2557-11.8925
CIE-Lab16.763138.5398-18.2016

#500644 color RGB value is (80,6,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000110 01000100
Octal 120 6 104
Decimal 80 6 68
Hex 50 6 44

RGB Percentages of Color #500644

%51.95
%3.90
%44.16

CMYK Percentages of Color #500644

%0
%93
%15
%69

Triadic Colors of #500644

#500644 #445006 #064450

Analogous Colors of #500644

#500644 #50061f #370650

Monochromatic Colors of #500644

#500644

Complementary Color

#500644 #065012

#500644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500644 Color CSS Codes

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

#500644 Text Font Color

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

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


#500644 Background Color

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

This div background color is #500644


#500644 Border Color

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

This div border color is #500644


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500644


Comments

No comments written yet.

Please login to write comment.