Color Hex Logo

#50175c Color Hex

#50175C
(80,23,92)
0 Favorites   0 Comments

Color spaces of #50175c

RGB 802392
HSL0.800.600.23
HSV290°75°36°
CMYK 0.130.750.00   0.64
XYZ5.54643.091010.4295
Yxy3.09100.29090.1621
Hunter Lab17.581225.5447-22.8650
CIE-Lab20.404737.0202-28.7424

#50175c color RGB value is (80,23,92).

#50175c hex color red value is 80, green value is 23 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #50175c hue: 0.80 , saturation: 0.60 and the lightness value of 50175c is 0.23.

The process color (four color CMYK) of #50175c color hex is 0.13, 0.75, 0.00, 0.64. Web safe color of #50175c is #660066. Color #50175c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010111 01011100
Octal 120 27 134
Decimal 80 23 92
Hex 50 17 5C

RGB Percentages of Color #50175c

%41.03
%11.79
%47.18

CMYK Percentages of Color #50175c

%13
%75
%0
%64

Triadic Colors of #50175c

#50175c #5c5017 #175c50

Analogous Colors of #50175c

#50175c #5c1746 #2e175c

Monochromatic Colors of #50175c

#50175c

Complementary Color

#50175c #235c17

#50175c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50175c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50175c Color CSS Codes

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

#50175c Text Font Color

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

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


#50175c Background Color

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

This div background color is #50175c


#50175c Border Color

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

This div border color is #50175c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50175c


Comments

No comments written yet.

Please login to write comment.