Color Hex Logo

#9a175d Color Hex

#9A175D
(154,23,93)
0 Favorites   0 Comments

Color spaces of #9a175d

RGB 1542393
HSL0.910.740.35
HSV328°85°60°
CMYK 0.000.850.40   0.40
XYZ15.60868.273111.1301
Yxy8.27310.44580.2363
Hunter Lab28.763046.5300-2.8087
CIE-Lab34.545355.9397-6.3669

#9a175d color RGB value is (154,23,93).

#9a175d hex color red value is 154, green value is 23 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #9a175d hue: 0.91 , saturation: 0.74 and the lightness value of 9a175d is 0.35.

The process color (four color CMYK) of #9a175d color hex is 0.00, 0.85, 0.40, 0.40. Web safe color of #9a175d is #990066. Color #9a175d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 00010111 01011101
Octal 232 27 135
Decimal 154 23 93
Hex 9A 17 5D

RGB Percentages of Color #9a175d

%57.04
%8.52
%34.44

CMYK Percentages of Color #9a175d

%0
%85
%40
%40

Triadic Colors of #9a175d

#9a175d #5d9a17 #175d9a

Analogous Colors of #9a175d

#9a175d #9a171b #96179a

Monochromatic Colors of #9a175d

#9a175d

Complementary Color

#9a175d #179a54

#9a175d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a175d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a175d Color CSS Codes

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

#9a175d Text Font Color

<p style="color:#9a175d">Text here</p>

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


#9a175d Background Color

<div style="background-color:#9a175d">
Div content here</div>

This div background color is #9a175d


#9a175d Border Color

<div style="border:3px solid #9a175d">
Div here</div>

This div border color is #9a175d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a175d


Comments

No comments written yet.

Please login to write comment.