Color Hex Logo

#9f3aba Color Hex

#9F3ABA
(159,58,186)
0 Favorites   0 Comments

Color spaces of #9f3aba

RGB 15958186
HSL0.800.520.48
HSV287°69°73°
CMYK 0.150.690.00   0.27
XYZ24.674113.942247.8450
Yxy13.94220.28540.1613
Hunter Lab37.339352.6106-49.8343
CIE-Lab44.149959.6941-48.3441

#9f3aba color RGB value is (159,58,186).

#9f3aba hex color red value is 159, green value is 58 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9f3aba hue: 0.80 , saturation: 0.52 and the lightness value of 9f3aba is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 00111010 10111010
Octal 237 72 272
Decimal 159 58 186
Hex 9F 3A BA

RGB Percentages of Color #9f3aba

%39.45
%14.39
%46.15

CMYK Percentages of Color #9f3aba

%15
%69
%0
%27

Triadic Colors of #9f3aba

#9f3aba #ba9f3a #3aba9f

Analogous Colors of #9f3aba

#9f3aba #ba3a95 #5f3aba

Monochromatic Colors of #9f3aba

#9f3aba

Complementary Color

#9f3aba #55ba3a

#9f3aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f3aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f3aba Color CSS Codes

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

#9f3aba Text Font Color

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

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


#9f3aba Background Color

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

This div background color is #9f3aba


#9f3aba Border Color

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

This div border color is #9f3aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,58,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f3aba


Comments

No comments written yet.

Please login to write comment.