Color Hex Logo

#500375 Color Hex

#500375
(80,3,117)
0 Favorites   0 Comments

Color spaces of #500375

RGB 803117
HSL0.780.950.24
HSV281°97°46°
CMYK 0.320.970.00   0.54
XYZ6.55173.055017.0740
Yxy3.05500.24560.1145
Hunter Lab17.478636.3218-45.6827
CIE-Lab20.262848.7048-45.3283

#500375 color RGB value is (80,3,117).

#500375 hex color red value is 80, green value is 3 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #500375 hue: 0.78 , saturation: 0.95 and the lightness value of 500375 is 0.24.

The process color (four color CMYK) of #500375 color hex is 0.32, 0.97, 0.00, 0.54. Web safe color of #500375 is #660066. Color #500375 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000011 01110101
Octal 120 3 165
Decimal 80 3 117
Hex 50 3 75

RGB Percentages of Color #500375

%40.00
%1.50
%58.50

CMYK Percentages of Color #500375

%32
%97
%0
%54

Triadic Colors of #500375

#500375 #755003 #037550

Analogous Colors of #500375

#500375 #750361 #170375

Monochromatic Colors of #500375

#500375

Complementary Color

#500375 #287503

#500375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500375 Color CSS Codes

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

#500375 Text Font Color

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

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


#500375 Background Color

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

This div background color is #500375


#500375 Border Color

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

This div border color is #500375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500375


Comments

No comments written yet.

Please login to write comment.