Color Hex Logo

#5d0173 Color Hex

#5D0173
(93,1,115)
0 Favorites   0 Comments

Color spaces of #5d0173

RGB 931115
HSL0.800.980.23
HSV288°99°45°
CMYK 0.190.990.00   0.55
XYZ7.61963.586716.5104
Yxy3.58670.27490.1294
Hunter Lab18.938638.6738-38.4312
CIE-Lab22.255150.7002-40.6933

#5d0173 color RGB value is (93,1,115).

#5d0173 hex color red value is 93, green value is 1 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #5d0173 hue: 0.80 , saturation: 0.98 and the lightness value of 5d0173 is 0.23.

The process color (four color CMYK) of #5d0173 color hex is 0.19, 0.99, 0.00, 0.55. Web safe color of #5d0173 is #660066. Color #5d0173 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00000001 01110011
Octal 135 1 163
Decimal 93 1 115
Hex 5D 1 73

RGB Percentages of Color #5d0173

%44.50
%0.48
%55.02

CMYK Percentages of Color #5d0173

%19
%99
%0
%55

Triadic Colors of #5d0173

#5d0173 #735d01 #01735d

Analogous Colors of #5d0173

#5d0173 #730150 #240173

Monochromatic Colors of #5d0173

#5d0173

Complementary Color

#5d0173 #177301

#5d0173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d0173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d0173 Color CSS Codes

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

#5d0173 Text Font Color

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

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


#5d0173 Background Color

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

This div background color is #5d0173


#5d0173 Border Color

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

This div border color is #5d0173


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,1,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d0173


Comments

No comments written yet.

Please login to write comment.