Color Hex Logo

#50174f Color Hex

#50174F
(80,23,79)
0 Favorites   0 Comments

Color spaces of #50174f

RGB 802379
HSL0.840.550.20
HSV301°71°31°
CMYK 0.000.710.01   0.69
XYZ5.02592.88287.6887
Yxy2.88280.32220.1848
Hunter Lab16.978823.1249-14.9638
CIE-Lab19.568334.3586-21.3415

#50174f color RGB value is (80,23,79).

#50174f hex color red value is 80, green value is 23 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #50174f hue: 0.84 , saturation: 0.55 and the lightness value of 50174f is 0.20.

The process color (four color CMYK) of #50174f color hex is 0.00, 0.71, 0.01, 0.69. Web safe color of #50174f is #660066. Color #50174f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010111 01001111
Octal 120 27 117
Decimal 80 23 79
Hex 50 17 4F

RGB Percentages of Color #50174f

%43.96
%12.64
%43.41

CMYK Percentages of Color #50174f

%0
%71
%1
%69

Triadic Colors of #50174f

#50174f #4f5017 #174f50

Analogous Colors of #50174f

#50174f #501733 #351750

Monochromatic Colors of #50174f

#50174f

Complementary Color

#50174f #175018

#50174f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50174f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50174f Color CSS Codes

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

#50174f Text Font Color

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

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


#50174f Background Color

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

This div background color is #50174f


#50174f Border Color

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

This div border color is #50174f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50174f


Comments

No comments written yet.

Please login to write comment.