Color Hex Logo

#502173 Color Hex

#502173
(80,33,115)
0 Favorites   0 Comments

Color spaces of #502173

RGB 8033115
HSL0.760.550.29
HSV274°71°45°
CMYK 0.300.710.00   0.55
XYZ6.94664.031016.6316
Yxy4.03100.25160.1460
Hunter Lab20.077426.6242-35.0603
CIE-Lab23.773737.6107-38.3355

#502173 color RGB value is (80,33,115).

#502173 hex color red value is 80, green value is 33 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #502173 hue: 0.76 , saturation: 0.55 and the lightness value of 502173 is 0.29.

The process color (four color CMYK) of #502173 color hex is 0.30, 0.71, 0.00, 0.55. Web safe color of #502173 is #663366. Color #502173 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100001 01110011
Octal 120 41 163
Decimal 80 33 115
Hex 50 21 73

RGB Percentages of Color #502173

%35.09
%14.47
%50.44

CMYK Percentages of Color #502173

%30
%71
%0
%55

Triadic Colors of #502173

#502173 #735021 #217350

Analogous Colors of #502173

#502173 #73216d #272173

Monochromatic Colors of #502173

#502173

Complementary Color

#502173 #447321

#502173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502173 Color CSS Codes

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

#502173 Text Font Color

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

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


#502173 Background Color

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

This div background color is #502173


#502173 Border Color

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

This div border color is #502173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502173


Comments

No comments written yet.

Please login to write comment.