Color Hex Logo

#5d174f Color Hex

#5D174F
(93,23,79)
0 Favorites   0 Comments

Color spaces of #5d174f

RGB 932379
HSL0.870.600.23
HSV312°75°36°
CMYK 0.000.750.15   0.64
XYZ6.23193.50457.7451
Yxy3.50450.35650.2005
Hunter Lab18.720326.6612-11.4257
CIE-Lab21.960637.9953-17.4184

#5d174f color RGB value is (93,23,79).

#5d174f hex color red value is 93, green value is 23 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #5d174f hue: 0.87 , saturation: 0.60 and the lightness value of 5d174f is 0.23.

The process color (four color CMYK) of #5d174f color hex is 0.00, 0.75, 0.15, 0.64. Web safe color of #5d174f is #660066. Color #5d174f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00010111 01001111
Octal 135 27 117
Decimal 93 23 79
Hex 5D 17 4F

RGB Percentages of Color #5d174f

%47.69
%11.79
%40.51

CMYK Percentages of Color #5d174f

%0
%75
%15
%64

Triadic Colors of #5d174f

#5d174f #4f5d17 #174f5d

Analogous Colors of #5d174f

#5d174f #5d172c #48175d

Monochromatic Colors of #5d174f

#5d174f

Complementary Color

#5d174f #175d25

#5d174f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d174f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d174f Color CSS Codes

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

#5d174f Text Font Color

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

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


#5d174f Background Color

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

This div background color is #5d174f


#5d174f Border Color

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

This div border color is #5d174f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d174f


Comments

No comments written yet.

Please login to write comment.