Color Hex Logo

#502040 Color Hex

#502040
(80,32,64)
0 Favorites   0 Comments

Color spaces of #502040

RGB 803264
HSL0.890.430.22
HSV320°60°31°
CMYK 0.000.600.20   0.69
XYZ4.75023.10875.2002
Yxy3.10870.36370.2380
Hunter Lab17.631517.2355-5.1448
CIE-Lab20.474126.9580-9.6769

#502040 color RGB value is (80,32,64).

#502040 hex color red value is 80, green value is 32 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #502040 hue: 0.89 , saturation: 0.43 and the lightness value of 502040 is 0.22.

The process color (four color CMYK) of #502040 color hex is 0.00, 0.60, 0.20, 0.69. Web safe color of #502040 is #663333. Color #502040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100000 01000000
Octal 120 40 100
Decimal 80 32 64
Hex 50 20 40

RGB Percentages of Color #502040

%45.45
%18.18
%36.36

CMYK Percentages of Color #502040

%0
%60
%20
%69

Triadic Colors of #502040

#502040 #405020 #204050

Analogous Colors of #502040

#502040 #502028 #482050

Monochromatic Colors of #502040

#502040

Complementary Color

#502040 #205030

#502040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502040 Color CSS Codes

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

#502040 Text Font Color

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

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


#502040 Background Color

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

This div background color is #502040


#502040 Border Color

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

This div border color is #502040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502040


Comments

No comments written yet.

Please login to write comment.