Color Hex Logo

#9b30be Color Hex

#9B30BE
(155,48,190)
0 Favorites   0 Comments

Color spaces of #9b30be

RGB 15548190
HSL0.790.600.47
HSV285°75°75°
CMYK 0.180.750.00   0.25
XYZ23.868812.800249.9279
Yxy12.80020.27560.1478
Hunter Lab35.777456.4755-57.6960
CIE-Lab42.460663.4670-53.4318

#9b30be color RGB value is (155,48,190).

#9b30be hex color red value is 155, green value is 48 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9b30be hue: 0.79 , saturation: 0.60 and the lightness value of 9b30be is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 00110000 10111110
Octal 233 60 276
Decimal 155 48 190
Hex 9B 30 BE

RGB Percentages of Color #9b30be

%39.44
%12.21
%48.35

CMYK Percentages of Color #9b30be

%18
%75
%0
%25

Triadic Colors of #9b30be

#9b30be #be9b30 #30be9b

Analogous Colors of #9b30be

#9b30be #be309a #5430be

Monochromatic Colors of #9b30be

#9b30be

Complementary Color

#9b30be #53be30

#9b30be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b30be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b30be Color CSS Codes

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

#9b30be Text Font Color

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

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


#9b30be Background Color

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

This div background color is #9b30be


#9b30be Border Color

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

This div border color is #9b30be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b30be


Comments

No comments written yet.

Please login to write comment.