Color Hex Logo

#501262 Color Hex

#501262
(80,18,98)
0 Favorites   0 Comments

Color spaces of #501262

RGB 801898
HSL0.800.690.23
HSV287°82°38°
CMYK 0.180.820.00   0.62
XYZ5.72923.019911.8362
Yxy3.01990.27830.1467
Hunter Lab17.377928.4373-28.2184
CIE-Lab20.123440.3403-33.1693

#501262 color RGB value is (80,18,98).

#501262 hex color red value is 80, green value is 18 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #501262 hue: 0.80 , saturation: 0.69 and the lightness value of 501262 is 0.23.

The process color (four color CMYK) of #501262 color hex is 0.18, 0.82, 0.00, 0.62. Web safe color of #501262 is #660066. Color #501262 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010010 01100010
Octal 120 22 142
Decimal 80 18 98
Hex 50 12 62

RGB Percentages of Color #501262

%40.82
%9.18
%50.00

CMYK Percentages of Color #501262

%18
%82
%0
%62

Triadic Colors of #501262

#501262 #625012 #126250

Analogous Colors of #501262

#501262 #62124c #281262

Monochromatic Colors of #501262

#501262

Complementary Color

#501262 #246212

#501262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501262 Color CSS Codes

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

#501262 Text Font Color

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

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


#501262 Background Color

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

This div background color is #501262


#501262 Border Color

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

This div border color is #501262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501262


Comments

No comments written yet.

Please login to write comment.