Color Hex Logo

#502144 Color Hex

#502144
(80,33,68)
0 Favorites   0 Comments

Color spaces of #502144

RGB 803368
HSL0.880.420.22
HSV315°59°31°
CMYK 0.000.590.15   0.69
XYZ4.89553.21055.8305
Yxy3.21050.35130.2304
Hunter Lab17.917917.4133-6.7505
CIE-Lab20.867927.1193-11.8185

#502144 color RGB value is (80,33,68).

#502144 hex color red value is 80, green value is 33 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #502144 hue: 0.88 , saturation: 0.42 and the lightness value of 502144 is 0.22.

The process color (four color CMYK) of #502144 color hex is 0.00, 0.59, 0.15, 0.69. Web safe color of #502144 is #663333. Color #502144 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100001 01000100
Octal 120 41 104
Decimal 80 33 68
Hex 50 21 44

RGB Percentages of Color #502144

%44.20
%18.23
%37.57

CMYK Percentages of Color #502144

%0
%59
%15
%69

Triadic Colors of #502144

#502144 #445021 #214450

Analogous Colors of #502144

#502144 #50212d #442150

Monochromatic Colors of #502144

#502144

Complementary Color

#502144 #21502d

#502144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502144 Color CSS Codes

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

#502144 Text Font Color

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

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


#502144 Background Color

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

This div background color is #502144


#502144 Border Color

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

This div border color is #502144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502144


Comments

No comments written yet.

Please login to write comment.