Color Hex Logo

#9746ac Color Hex

#9746AC
(151,70,172)
0 Favorites   0 Comments

Color spaces of #9746ac

RGB 15170172
HSL0.800.420.47
HSV288°59°67°
CMYK 0.120.590.00   0.33
XYZ22.399113.938240.5395
Yxy13.93820.29140.1813
Hunter Lab37.333941.7598-38.2471
CIE-Lab44.144249.5982-40.1839

#9746ac color RGB value is (151,70,172).

#9746ac hex color red value is 151, green value is 70 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9746ac hue: 0.80 , saturation: 0.42 and the lightness value of 9746ac is 0.47.

The process color (four color CMYK) of #9746ac color hex is 0.12, 0.59, 0.00, 0.33. Web safe color of #9746ac is #993399. Color #9746ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01000110 10101100
Octal 227 106 254
Decimal 151 70 172
Hex 97 46 AC

RGB Percentages of Color #9746ac

%38.42
%17.81
%43.77

CMYK Percentages of Color #9746ac

%12
%59
%0
%33

Triadic Colors of #9746ac

#9746ac #ac9746 #46ac97

Analogous Colors of #9746ac

#9746ac #ac468e #6446ac

Monochromatic Colors of #9746ac

#9746ac

Complementary Color

#9746ac #5bac46

#9746ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9746ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9746ac Color CSS Codes

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

#9746ac Text Font Color

<p style="color:#9746ac">Text here</p>

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


#9746ac Background Color

<div style="background-color:#9746ac">
Div content here</div>

This div background color is #9746ac


#9746ac Border Color

<div style="border:3px solid #9746ac">
Div here</div>

This div border color is #9746ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,70,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9746ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9746ac;
  -webkit-box-shadow: 1px 1px 3px 2px #9746ac;
  box-shadow:         1px 1px 3px 2px #9746ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,70,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9746ac


Comments

No comments written yet.

Please login to write comment.