Color Hex Logo

#9b3cce Color Hex

#9B3CCE
(155,60,206)
0 Favorites   0 Comments

Color spaces of #9b3cce

RGB 15560206
HSL0.780.600.52
HSV279°71°81°
CMYK 0.250.710.00   0.19
XYZ26.274014.656559.8367
Yxy14.65650.26070.1454
Hunter Lab38.283855.5071-65.8702
CIE-Lab45.160162.0901-58.3712

#9b3cce color RGB value is (155,60,206).

#9b3cce hex color red value is 155, green value is 60 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9b3cce hue: 0.78 , saturation: 0.60 and the lightness value of 9b3cce is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 00111100 11001110
Octal 233 74 316
Decimal 155 60 206
Hex 9B 3C CE

RGB Percentages of Color #9b3cce

%36.82
%14.25
%48.93

CMYK Percentages of Color #9b3cce

%25
%71
%0
%19

Triadic Colors of #9b3cce

#9b3cce #ce9b3c #3cce9b

Analogous Colors of #9b3cce

#9b3cce #ce3cb8 #523cce

Monochromatic Colors of #9b3cce

#9b3cce

Complementary Color

#9b3cce #6fce3c

#9b3cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b3cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b3cce Color CSS Codes

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

#9b3cce Text Font Color

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

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


#9b3cce Background Color

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

This div background color is #9b3cce


#9b3cce Border Color

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

This div border color is #9b3cce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,60,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 #9b3cce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b3cce


Comments

No comments written yet.

Please login to write comment.