Color Hex Logo

#9b0ada Color Hex

#9B0ADA
(155,10,218)
0 Favorites   0 Comments

Color spaces of #9b0ada

RGB 15510218
HSL0.780.910.45
HSV282°95°85°
CMYK 0.290.950.00   0.15
XYZ26.281012.247667.3085
Yxy12.24760.24830.1157
Hunter Lab34.996672.8022-89.5342
CIE-Lab41.607077.4342-71.0503

#9b0ada color RGB value is (155,10,218).

#9b0ada hex color red value is 155, green value is 10 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9b0ada hue: 0.78 , saturation: 0.91 and the lightness value of 9b0ada is 0.45.

The process color (four color CMYK) of #9b0ada color hex is 0.29, 0.95, 0.00, 0.15. Web safe color of #9b0ada is #9900cc. Color #9b0ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00001010 11011010
Octal 233 12 332
Decimal 155 10 218
Hex 9B A DA

RGB Percentages of Color #9b0ada

%40.47
%2.61
%56.92

CMYK Percentages of Color #9b0ada

%29
%95
%0
%15

Triadic Colors of #9b0ada

#9b0ada #da9b0a #0ada9b

Analogous Colors of #9b0ada

#9b0ada #da0ab1 #330ada

Monochromatic Colors of #9b0ada

#9b0ada

Complementary Color

#9b0ada #49da0a

#9b0ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b0ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b0ada Color CSS Codes

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

#9b0ada Text Font Color

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

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


#9b0ada Background Color

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

This div background color is #9b0ada


#9b0ada Border Color

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

This div border color is #9b0ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b0ada


Comments

No comments written yet.

Please login to write comment.