Color Hex Logo

#9363bc Color Hex

#9363BC
(147,99,188)
0 Favorites   0 Comments

Color spaces of #9363bc

RGB 14799188
HSL0.760.400.56
HSV272°47°74°
CMYK 0.220.470.00   0.26
XYZ25.571618.757649.8498
Yxy18.75760.27150.1992
Hunter Lab43.310029.5994-37.9257
CIE-Lab50.402436.5652-39.6587

#9363bc color RGB value is (147,99,188).

#9363bc hex color red value is 147, green value is 99 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9363bc hue: 0.76 , saturation: 0.40 and the lightness value of 9363bc is 0.56.

The process color (four color CMYK) of #9363bc color hex is 0.22, 0.47, 0.00, 0.26. Web safe color of #9363bc is #9966cc. Color #9363bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01100011 10111100
Octal 223 143 274
Decimal 147 99 188
Hex 93 63 BC

RGB Percentages of Color #9363bc

%33.87
%22.81
%43.32

CMYK Percentages of Color #9363bc

%22
%47
%0
%26

Triadic Colors of #9363bc

#9363bc #bc9363 #63bc93

Analogous Colors of #9363bc

#9363bc #bc63b9 #6763bc

Monochromatic Colors of #9363bc

#9363bc

Complementary Color

#9363bc #8cbc63

#9363bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9363bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9363bc Color CSS Codes

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

#9363bc Text Font Color

<p style="color:#9363bc">Text here</p>

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


#9363bc Background Color

<div style="background-color:#9363bc">
Div content here</div>

This div background color is #9363bc


#9363bc Border Color

<div style="border:3px solid #9363bc">
Div here</div>

This div border color is #9363bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,99,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9363bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9363bc;
  -webkit-box-shadow: 1px 1px 3px 2px #9363bc;
  box-shadow:         1px 1px 3px 2px #9363bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9363bc


Comments

No comments written yet.

Please login to write comment.