Color Hex Logo

#9b4fff Color Hex

#9B4FFF
(155,79,255)
0 Favorites   0 Comments

Color spaces of #9b4fff

RGB 15579255
HSL0.741.000.65
HSV266°69°100°
CMYK 0.390.690.00   0.00
XYZ34.363619.780596.6146
Yxy19.78050.22790.1312
Hunter Lab44.475360.0854-97.6643
CIE-Lab51.588164.8687-75.6558

#9b4fff color RGB value is (155,79,255).

#9b4fff hex color red value is 155, green value is 79 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9b4fff hue: 0.74 , saturation: 1.00 and the lightness value of 9b4fff is 0.65.

The process color (four color CMYK) of #9b4fff color hex is 0.39, 0.69, 0.00, 0.00. Web safe color of #9b4fff is #9966ff. Color #9b4fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01001111 11111111
Octal 233 117 377
Decimal 155 79 255
Hex 9B 4F FF

RGB Percentages of Color #9b4fff

%31.70
%16.16
%52.15

CMYK Percentages of Color #9b4fff

%39
%69
%0
%0

Triadic Colors of #9b4fff

#9b4fff #ff9b4f #4fff9b

Analogous Colors of #9b4fff

#9b4fff #f34fff #4f5bff

Monochromatic Colors of #9b4fff

#9b4fff

Complementary Color

#9b4fff #b3ff4f

#9b4fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b4fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b4fff Color CSS Codes

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

#9b4fff Text Font Color

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

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


#9b4fff Background Color

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

This div background color is #9b4fff


#9b4fff Border Color

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

This div border color is #9b4fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b4fff


Comments

No comments written yet.

Please login to write comment.