Color Hex Logo

#9b3ada Color Hex

#9B3ADA
(155,58,218)
0 Favorites   0 Comments

Color spaces of #9b3ada

RGB 15558218
HSL0.770.680.54
HSV276°73°85°
CMYK 0.290.730.00   0.15
XYZ27.685515.056667.7767
Yxy15.05660.25050.1362
Hunter Lab38.802859.4533-76.3995
CIE-Lab45.711665.4440-64.3675

#9b3ada color RGB value is (155,58,218).

#9b3ada hex color red value is 155, green value is 58 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9b3ada hue: 0.77 , saturation: 0.68 and the lightness value of 9b3ada is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 00111010 11011010
Octal 233 72 332
Decimal 155 58 218
Hex 9B 3A DA

RGB Percentages of Color #9b3ada

%35.96
%13.46
%50.58

CMYK Percentages of Color #9b3ada

%29
%73
%0
%15

Triadic Colors of #9b3ada

#9b3ada #da9b3a #3ada9b

Analogous Colors of #9b3ada

#9b3ada #da3ac9 #4b3ada

Monochromatic Colors of #9b3ada

#9b3ada

Complementary Color

#9b3ada #79da3a

#9b3ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b3ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b3ada Color CSS Codes

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

#9b3ada Text Font Color

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

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


#9b3ada Background Color

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

This div background color is #9b3ada


#9b3ada Border Color

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

This div border color is #9b3ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b3ada


Comments

No comments written yet.

Please login to write comment.