Color Hex Logo

#9379b3 Color Hex

#9379B3
(147,121,179)
0 Favorites   0 Comments

Color spaces of #9379b3

RGB 147121179
HSL0.740.280.59
HSV267°32°70°
CMYK 0.180.320.00   0.30
XYZ27.006723.132545.6894
Yxy23.13250.28180.2414
Hunter Lab48.096316.0617-22.6556
CIE-Lab55.208621.7777-26.9588

#9379b3 color RGB value is (147,121,179).

#9379b3 hex color red value is 147, green value is 121 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #9379b3 hue: 0.74 , saturation: 0.28 and the lightness value of 9379b3 is 0.59.

The process color (four color CMYK) of #9379b3 color hex is 0.18, 0.32, 0.00, 0.30. Web safe color of #9379b3 is #9966cc. Color #9379b3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01111001 10110011
Octal 223 171 263
Decimal 147 121 179
Hex 93 79 B3

RGB Percentages of Color #9379b3

%32.89
%27.07
%40.04

CMYK Percentages of Color #9379b3

%18
%32
%0
%30

Triadic Colors of #9379b3

#9379b3 #b39379 #79b393

Analogous Colors of #9379b3

#9379b3 #b079b3 #797cb3

Monochromatic Colors of #9379b3

#9379b3

Complementary Color

#9379b3 #99b379

#9379b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9379b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9379b3 Color CSS Codes

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

#9379b3 Text Font Color

<p style="color:#9379b3">Text here</p>

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


#9379b3 Background Color

<div style="background-color:#9379b3">
Div content here</div>

This div background color is #9379b3


#9379b3 Border Color

<div style="border:3px solid #9379b3">
Div here</div>

This div border color is #9379b3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,121,179, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9379b3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9379b3;
  -webkit-box-shadow: 1px 1px 3px 2px #9379b3;
  box-shadow:         1px 1px 3px 2px #9379b3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,121,179, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9379b3


Comments

No comments written yet.

Please login to write comment.