Color Hex Logo

#504866 Color Hex

#504866
(80,72,102)
0 Favorites   0 Comments

Color spaces of #504866

RGB 8072102
HSL0.710.170.34
HSV256°29°40°
CMYK 0.220.290.00   0.60
XYZ8.02397.299513.5564
Yxy7.29950.27780.2528
Hunter Lab27.01765.7316-10.8372
CIE-Lab32.479210.3784-16.2828

#504866 color RGB value is (80,72,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001000 01100110
Octal 120 110 146
Decimal 80 72 102
Hex 50 48 66

RGB Percentages of Color #504866

%31.50
%28.35
%40.16

CMYK Percentages of Color #504866

%22
%29
%0
%60

Triadic Colors of #504866

#504866 #665048 #486650

Analogous Colors of #504866

#504866 #5f4866 #484f66

Monochromatic Colors of #504866

#504866

Complementary Color

#504866 #5e6648

#504866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504866 Color CSS Codes

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

#504866 Text Font Color

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

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


#504866 Background Color

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

This div background color is #504866


#504866 Border Color

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

This div border color is #504866


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,72,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 #504866">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504866


Comments

No comments written yet.

Please login to write comment.