Color Hex Logo

#501798 Color Hex

#501798
(80,23,152)
0 Favorites   0 Comments

Color spaces of #501798

RGB 8023152
HSL0.740.740.34
HSV267°85°60°
CMYK 0.470.850.00   0.40
XYZ9.28224.585330.1016
Yxy4.58530.21110.1043
Hunter Lab21.413339.9025-68.3571
CIE-Lab25.519051.2928-58.7041

#501798 color RGB value is (80,23,152).

#501798 hex color red value is 80, green value is 23 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #501798 hue: 0.74 , saturation: 0.74 and the lightness value of 501798 is 0.34.

The process color (four color CMYK) of #501798 color hex is 0.47, 0.85, 0.00, 0.40. Web safe color of #501798 is #660099. Color #501798 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010111 10011000
Octal 120 27 230
Decimal 80 23 152
Hex 50 17 98

RGB Percentages of Color #501798

%31.37
%9.02
%59.61

CMYK Percentages of Color #501798

%47
%85
%0
%40

Triadic Colors of #501798

#501798 #985017 #179850

Analogous Colors of #501798

#501798 #911798 #171f98

Monochromatic Colors of #501798

#501798

Complementary Color

#501798 #5f9817

#501798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501798 Color CSS Codes

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

#501798 Text Font Color

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

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


#501798 Background Color

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

This div background color is #501798


#501798 Border Color

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

This div border color is #501798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501798


Comments

No comments written yet.

Please login to write comment.