Color Hex Logo

#500975 Color Hex

#500975
(80,9,117)
0 Favorites   0 Comments

Color spaces of #500975

RGB 809117
HSL0.780.860.25
HSV279°92°46°
CMYK 0.320.920.00   0.54
XYZ6.61683.185217.0957
Yxy3.18520.24600.1184
Hunter Lab17.847134.9462-44.3007
CIE-Lab20.770847.1919-44.4981

#500975 color RGB value is (80,9,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001001 01110101
Octal 120 11 165
Decimal 80 9 117
Hex 50 9 75

RGB Percentages of Color #500975

%38.83
%4.37
%56.80

CMYK Percentages of Color #500975

%32
%92
%0
%54

Triadic Colors of #500975

#500975 #755009 #097550

Analogous Colors of #500975

#500975 #750964 #1a0975

Monochromatic Colors of #500975

#500975

Complementary Color

#500975 #2e7509

#500975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500975 Color CSS Codes

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

#500975 Text Font Color

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

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


#500975 Background Color

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

This div background color is #500975


#500975 Border Color

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

This div border color is #500975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500975


Comments

No comments written yet.

Please login to write comment.