Color Hex Logo

#9379b7 Color Hex

#9379B7
(147,121,183)
0 Favorites   0 Comments

Color spaces of #9379b7

RGB 147121183
HSL0.740.300.60
HSV265°34°72°
CMYK 0.200.340.00   0.28
XYZ27.417223.296747.8514
Yxy23.29670.27820.2364
Hunter Lab48.266716.9278-24.9932
CIE-Lab55.376622.7102-28.9944

#9379b7 color RGB value is (147,121,183).

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

The process color (four color CMYK) of #9379b7 color hex is 0.20, 0.34, 0.00, 0.28. Web safe color of #9379b7 is #9966cc. Color #9379b7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01111001 10110111
Octal 223 171 267
Decimal 147 121 183
Hex 93 79 B7

RGB Percentages of Color #9379b7

%32.59
%26.83
%40.58

CMYK Percentages of Color #9379b7

%20
%34
%0
%28

Triadic Colors of #9379b7

#9379b7 #b79379 #79b793

Analogous Colors of #9379b7

#9379b7 #b279b7 #797eb7

Monochromatic Colors of #9379b7

#9379b7

Complementary Color

#9379b7 #9db779

#9379b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9379b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9379b7 Color CSS Codes

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

#9379b7 Text Font Color

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

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


#9379b7 Background Color

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

This div background color is #9379b7


#9379b7 Border Color

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

This div border color is #9379b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9379b7


Comments

No comments written yet.

Please login to write comment.