Color Hex Logo

#502073 Color Hex

#502073
(80,32,115)
0 Favorites   0 Comments

Color spaces of #502073

RGB 8032115
HSL0.760.560.29
HSV275°72°45°
CMYK 0.300.720.00   0.55
XYZ6.91933.976316.6225
Yxy3.97630.25140.1445
Hunter Lab19.940727.0424-35.4656
CIE-Lab23.592938.1155-38.6276

#502073 color RGB value is (80,32,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100000 01110011
Octal 120 40 163
Decimal 80 32 115
Hex 50 20 73

RGB Percentages of Color #502073

%35.24
%14.10
%50.66

CMYK Percentages of Color #502073

%30
%72
%0
%55

Triadic Colors of #502073

#502073 #735020 #207350

Analogous Colors of #502073

#502073 #73206d #272073

Monochromatic Colors of #502073

#502073

Complementary Color

#502073 #437320

#502073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502073 Color CSS Codes

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

#502073 Text Font Color

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

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


#502073 Background Color

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

This div background color is #502073


#502073 Border Color

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

This div border color is #502073


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,32,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 #502073">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502073


Comments

No comments written yet.

Please login to write comment.