Color Hex Logo

#9b4ffe Color Hex

#9B4FFE
(155,79,254)
0 Favorites   0 Comments

Color spaces of #9b4ffe

RGB 15579254
HSL0.740.990.65
HSV266°69°100°
CMYK 0.390.690.00   0.00
XYZ34.202919.716395.7689
Yxy19.71630.22850.1317
Hunter Lab44.403059.7902-96.7951
CIE-Lab51.514964.6281-75.2196

#9b4ffe color RGB value is (155,79,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 01001111 11111110
Octal 233 117 376
Decimal 155 79 254
Hex 9B 4F FE

RGB Percentages of Color #9b4ffe

%31.76
%16.19
%52.05

CMYK Percentages of Color #9b4ffe

%39
%69
%0
%0

Triadic Colors of #9b4ffe

#9b4ffe #fe9b4f #4ffe9b

Analogous Colors of #9b4ffe

#9b4ffe #f34ffe #4f5bfe

Monochromatic Colors of #9b4ffe

#9b4ffe

Complementary Color

#9b4ffe #b2fe4f

#9b4ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b4ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b4ffe Color CSS Codes

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

#9b4ffe Text Font Color

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

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


#9b4ffe Background Color

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

This div background color is #9b4ffe


#9b4ffe Border Color

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

This div border color is #9b4ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b4ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.