Color Hex Logo

#9368b1 Color Hex

#9368B1
(147,104,177)
0 Favorites   0 Comments

Color spaces of #9368b1

RGB 147104177
HSL0.760.320.55
HSV275°41°69°
CMYK 0.170.410.00   0.31
XYZ24.918719.278044.0026
Yxy19.27800.28250.2186
Hunter Lab43.906724.4686-28.6848
CIE-Lab51.010931.1716-32.3304

#9368b1 color RGB value is (147,104,177).

#9368b1 hex color red value is 147, green value is 104 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #9368b1 hue: 0.76 , saturation: 0.32 and the lightness value of 9368b1 is 0.55.

The process color (four color CMYK) of #9368b1 color hex is 0.17, 0.41, 0.00, 0.31. Web safe color of #9368b1 is #996699. Color #9368b1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01101000 10110001
Octal 223 150 261
Decimal 147 104 177
Hex 93 68 B1

RGB Percentages of Color #9368b1

%34.35
%24.30
%41.36

CMYK Percentages of Color #9368b1

%17
%41
%0
%31

Triadic Colors of #9368b1

#9368b1 #b19368 #68b193

Analogous Colors of #9368b1

#9368b1 #b168ab #6f68b1

Monochromatic Colors of #9368b1

#9368b1

Complementary Color

#9368b1 #86b168

#9368b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9368b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9368b1 Color CSS Codes

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

#9368b1 Text Font Color

<p style="color:#9368b1">Text here</p>

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


#9368b1 Background Color

<div style="background-color:#9368b1">
Div content here</div>

This div background color is #9368b1


#9368b1 Border Color

<div style="border:3px solid #9368b1">
Div here</div>

This div border color is #9368b1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,104,177, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9368b1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9368b1;
  -webkit-box-shadow: 1px 1px 3px 2px #9368b1;
  box-shadow:         1px 1px 3px 2px #9368b1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9368b1


Comments

No comments written yet.

Please login to write comment.