Color Hex Logo

#5d197e Color Hex

#5D197E
(93,25,126)
0 Favorites   0 Comments

Color spaces of #5d197e

RGB 9325126
HSL0.780.670.30
HSV280°80°49°
CMYK 0.260.800.00   0.51
XYZ8.62774.528820.1581
Yxy4.52880.25900.1359
Hunter Lab21.281035.1255-41.2649
CIE-Lab25.347846.4866-42.6989

#5d197e color RGB value is (93,25,126).

#5d197e hex color red value is 93, green value is 25 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #5d197e hue: 0.78 , saturation: 0.67 and the lightness value of 5d197e is 0.30.

The process color (four color CMYK) of #5d197e color hex is 0.26, 0.80, 0.00, 0.51. Web safe color of #5d197e is #660066. Color #5d197e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00011001 01111110
Octal 135 31 176
Decimal 93 25 126
Hex 5D 19 7E

RGB Percentages of Color #5d197e

%38.11
%10.25
%51.64

CMYK Percentages of Color #5d197e

%26
%80
%0
%51

Triadic Colors of #5d197e

#5d197e #7e5d19 #197e5d

Analogous Colors of #5d197e

#5d197e #7e196d #2a197e

Monochromatic Colors of #5d197e

#5d197e

Complementary Color

#5d197e #3a7e19

#5d197e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d197e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d197e Color CSS Codes

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

#5d197e Text Font Color

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

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


#5d197e Background Color

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

This div background color is #5d197e


#5d197e Border Color

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

This div border color is #5d197e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d197e


Comments

No comments written yet.

Please login to write comment.