Color Hex Logo

#504665 Color Hex

#504665
(80,70,101)
0 Favorites   0 Comments

Color spaces of #504665

RGB 8070101
HSL0.720.180.34
HSV259°31°40°
CMYK 0.210.310.00   0.60
XYZ7.84747.025413.2543
Yxy7.02540.27900.2498
Hunter Lab26.50556.4634-11.0947
CIE-Lab31.864711.4072-16.5949

#504665 color RGB value is (80,70,101).

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

The process color (four color CMYK) of #504665 color hex is 0.21, 0.31, 0.00, 0.60. Web safe color of #504665 is #663366. Color #504665 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000110 01100101
Octal 120 106 145
Decimal 80 70 101
Hex 50 46 65

RGB Percentages of Color #504665

%31.87
%27.89
%40.24

CMYK Percentages of Color #504665

%21
%31
%0
%60

Triadic Colors of #504665

#504665 #655046 #466550

Analogous Colors of #504665

#504665 #604665 #464c65

Monochromatic Colors of #504665

#504665

Complementary Color

#504665 #5b6546

#504665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504665 Color CSS Codes

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

#504665 Text Font Color

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

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


#504665 Background Color

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

This div background color is #504665


#504665 Border Color

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

This div border color is #504665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504665


Comments

No comments written yet.

Please login to write comment.