Color Hex Logo

#504697 Color Hex

#504697
(80,70,151)
0 Favorites   0 Comments

Color spaces of #504697

RGB 8070151
HSL0.690.370.43
HSV247°54°59°
CMYK 0.470.540.00   0.41
XYZ11.08438.320230.2999
Yxy8.32020.22300.1674
Hunter Lab28.844818.1146-42.0897
CIE-Lab34.641026.0027-43.2620

#504697 color RGB value is (80,70,151).

#504697 hex color red value is 80, green value is 70 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #504697 hue: 0.69 , saturation: 0.37 and the lightness value of 504697 is 0.43.

The process color (four color CMYK) of #504697 color hex is 0.47, 0.54, 0.00, 0.41. Web safe color of #504697 is #663399. Color #504697 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000110 10010111
Octal 120 106 227
Decimal 80 70 151
Hex 50 46 97

RGB Percentages of Color #504697

%26.58
%23.26
%50.17

CMYK Percentages of Color #504697

%47
%54
%0
%41

Triadic Colors of #504697

#504697 #975046 #469750

Analogous Colors of #504697

#504697 #794697 #466597

Monochromatic Colors of #504697

#504697

Complementary Color

#504697 #8d9746

#504697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504697 Color CSS Codes

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

#504697 Text Font Color

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

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


#504697 Background Color

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

This div background color is #504697


#504697 Border Color

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

This div border color is #504697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504697


Comments

No comments written yet.

Please login to write comment.