Color Hex Logo

#501852 Color Hex

#501852
(80,24,82)
0 Favorites   0 Comments

Color spaces of #501852

RGB 802482
HSL0.830.550.21
HSV298°71°32°
CMYK 0.020.710.00   0.68
XYZ5.15792.96798.2837
Yxy2.96790.31430.1809
Hunter Lab17.227623.2942-16.4496
CIE-Lab19.914934.4934-22.8236

#501852 color RGB value is (80,24,82).

#501852 hex color red value is 80, green value is 24 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #501852 hue: 0.83 , saturation: 0.55 and the lightness value of 501852 is 0.21.

The process color (four color CMYK) of #501852 color hex is 0.02, 0.71, 0.00, 0.68. Web safe color of #501852 is #660066. Color #501852 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011000 01010010
Octal 120 30 122
Decimal 80 24 82
Hex 50 18 52

RGB Percentages of Color #501852

%43.01
%12.90
%44.09

CMYK Percentages of Color #501852

%2
%71
%0
%68

Triadic Colors of #501852

#501852 #525018 #185250

Analogous Colors of #501852

#501852 #521837 #331852

Monochromatic Colors of #501852

#501852

Complementary Color

#501852 #1a5218

#501852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501852 Color CSS Codes

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

#501852 Text Font Color

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

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


#501852 Background Color

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

This div background color is #501852


#501852 Border Color

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

This div border color is #501852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501852

#501852 Color Palettes


Comments

No comments written yet.

Please login to write comment.