Color Hex Logo

#504766 Color Hex

#504766
(80,71,102)
0 Favorites   0 Comments

Color spaces of #504766

RGB 8071102
HSL0.720.180.34
HSV257°30°40°
CMYK 0.220.300.00   0.60
XYZ7.95987.171313.5350
Yxy7.17130.27770.2502
Hunter Lab26.77936.1931-11.2213
CIE-Lab32.193711.0233-16.7224

#504766 color RGB value is (80,71,102).

#504766 hex color red value is 80, green value is 71 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #504766 hue: 0.72 , saturation: 0.18 and the lightness value of 504766 is 0.34.

The process color (four color CMYK) of #504766 color hex is 0.22, 0.30, 0.00, 0.60. Web safe color of #504766 is #663366. Color #504766 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000111 01100110
Octal 120 107 146
Decimal 80 71 102
Hex 50 47 66

RGB Percentages of Color #504766

%31.62
%28.06
%40.32

CMYK Percentages of Color #504766

%22
%30
%0
%60

Triadic Colors of #504766

#504766 #665047 #476650

Analogous Colors of #504766

#504766 #604766 #474e66

Monochromatic Colors of #504766

#504766

Complementary Color

#504766 #5d6647

#504766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504766 Color CSS Codes

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

#504766 Text Font Color

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

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


#504766 Background Color

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

This div background color is #504766


#504766 Border Color

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

This div border color is #504766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504766


Comments

No comments written yet.

Please login to write comment.