Color Hex Logo

#9b6ddb Color Hex

#9B6DDB
(155,109,219)
0 Favorites   0 Comments

Color spaces of #9b6ddb

RGB 155109219
HSL0.740.600.64
HSV265°50°86°
CMYK 0.290.500.00   0.14
XYZ31.772423.020369.7866
Yxy23.02030.25500.1848
Hunter Lab47.979534.2401-52.6522
CIE-Lab55.093240.5725-49.8638

#9b6ddb color RGB value is (155,109,219).

#9b6ddb hex color red value is 155, green value is 109 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9b6ddb hue: 0.74 , saturation: 0.60 and the lightness value of 9b6ddb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 01101101 11011011
Octal 233 155 333
Decimal 155 109 219
Hex 9B 6D DB

RGB Percentages of Color #9b6ddb

%32.09
%22.57
%45.34

CMYK Percentages of Color #9b6ddb

%29
%50
%0
%14

Triadic Colors of #9b6ddb

#9b6ddb #db9b6d #6ddb9b

Analogous Colors of #9b6ddb

#9b6ddb #d26ddb #6d76db

Monochromatic Colors of #9b6ddb

#9b6ddb

Complementary Color

#9b6ddb #addb6d

#9b6ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b6ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b6ddb Color CSS Codes

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

#9b6ddb Text Font Color

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

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


#9b6ddb Background Color

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

This div background color is #9b6ddb


#9b6ddb Border Color

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

This div border color is #9b6ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b6ddb


Comments

No comments written yet.

Please login to write comment.