Color Hex Logo

#9b4fdb Color Hex

#9B4FDB
(155,79,219)
0 Favorites   0 Comments

Color spaces of #9b4fdb

RGB 15579219
HSL0.760.660.58
HSV273°64°86°
CMYK 0.290.640.00   0.14
XYZ29.099717.675068.8957
Yxy17.67500.25160.1528
Hunter Lab42.041649.9783-67.7323
CIE-Lab49.099556.3910-59.4609

#9b4fdb color RGB value is (155,79,219).

#9b4fdb hex color red value is 155, green value is 79 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9b4fdb hue: 0.76 , saturation: 0.66 and the lightness value of 9b4fdb is 0.58.

The process color (four color CMYK) of #9b4fdb color hex is 0.29, 0.64, 0.00, 0.14. Web safe color of #9b4fdb is #9966cc. Color #9b4fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01001111 11011011
Octal 233 117 333
Decimal 155 79 219
Hex 9B 4F DB

RGB Percentages of Color #9b4fdb

%34.22
%17.44
%48.34

CMYK Percentages of Color #9b4fdb

%29
%64
%0
%14

Triadic Colors of #9b4fdb

#9b4fdb #db9b4f #4fdb9b

Analogous Colors of #9b4fdb

#9b4fdb #db4fd5 #554fdb

Monochromatic Colors of #9b4fdb

#9b4fdb

Complementary Color

#9b4fdb #8fdb4f

#9b4fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b4fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b4fdb Color CSS Codes

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

#9b4fdb Text Font Color

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

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


#9b4fdb Background Color

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

This div background color is #9b4fdb


#9b4fdb Border Color

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

This div border color is #9b4fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b4fdb


Comments

No comments written yet.

Please login to write comment.