Color Hex Logo

#9b3fce Color Hex

#9B3FCE
(155,63,206)
0 Favorites   0 Comments

Color spaces of #9b3fce

RGB 15563206
HSL0.770.590.53
HSV279°69°81°
CMYK 0.250.690.00   0.19
XYZ26.435714.979859.8906
Yxy14.97980.26090.1479
Hunter Lab38.703754.1887-64.6534
CIE-Lab45.606560.8326-57.6506

#9b3fce color RGB value is (155,63,206).

#9b3fce hex color red value is 155, green value is 63 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9b3fce hue: 0.77 , saturation: 0.59 and the lightness value of 9b3fce is 0.53.

The process color (four color CMYK) of #9b3fce color hex is 0.25, 0.69, 0.00, 0.19. Web safe color of #9b3fce is #9933cc. Color #9b3fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00111111 11001110
Octal 233 77 316
Decimal 155 63 206
Hex 9B 3F CE

RGB Percentages of Color #9b3fce

%36.56
%14.86
%48.58

CMYK Percentages of Color #9b3fce

%25
%69
%0
%19

Triadic Colors of #9b3fce

#9b3fce #ce9b3f #3fce9b

Analogous Colors of #9b3fce

#9b3fce #ce3fba #533fce

Monochromatic Colors of #9b3fce

#9b3fce

Complementary Color

#9b3fce #72ce3f

#9b3fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b3fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b3fce Color CSS Codes

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

#9b3fce Text Font Color

<p style="color:#9b3fce">Text here</p>

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


#9b3fce Background Color

<div style="background-color:#9b3fce">
Div content here</div>

This div background color is #9b3fce


#9b3fce Border Color

<div style="border:3px solid #9b3fce">
Div here</div>

This div border color is #9b3fce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,63,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b3fce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b3fce;
  -webkit-box-shadow: 1px 1px 3px 2px #9b3fce;
  box-shadow:         1px 1px 3px 2px #9b3fce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,63,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b3fce


Comments

No comments written yet.

Please login to write comment.