Color Hex Logo

#9350bc Color Hex

#9350BC
(147,80,188)
0 Favorites   0 Comments

Color spaces of #9350bc

RGB 14780188
HSL0.770.450.53
HSV277°57°74°
CMYK 0.220.570.00   0.26
XYZ23.978415.571249.3187
Yxy15.57120.26980.1752
Hunter Lab39.460439.4113-46.4801
CIE-Lab46.406846.9398-45.9983

#9350bc color RGB value is (147,80,188).

#9350bc hex color red value is 147, green value is 80 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9350bc hue: 0.77 , saturation: 0.45 and the lightness value of 9350bc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01010000 10111100
Octal 223 120 274
Decimal 147 80 188
Hex 93 50 BC

RGB Percentages of Color #9350bc

%35.42
%19.28
%45.30

CMYK Percentages of Color #9350bc

%22
%57
%0
%26

Triadic Colors of #9350bc

#9350bc #bc9350 #50bc93

Analogous Colors of #9350bc

#9350bc #bc50af #5d50bc

Monochromatic Colors of #9350bc

#9350bc

Complementary Color

#9350bc #79bc50

#9350bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9350bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9350bc Color CSS Codes

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

#9350bc Text Font Color

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

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


#9350bc Background Color

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

This div background color is #9350bc


#9350bc Border Color

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

This div border color is #9350bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,80,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 #9350bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9350bc


Comments

No comments written yet.

Please login to write comment.