color codes Logo

#b96bdd color codes

#B96BDD
(185,107,221)
0 Favorites   0 Comments

Color spaces of #b96bdd

RGB 185107221
HSL0.780.630.64
HSV281°52°87°
CMYK 0.160.520.00   0.13
XYZ38.316426.050171.4153
Yxy26.05010.28220.1919
Hunter Lab51.039344.6854-47.2324
CIE-Lab58.084650.0318-46.0375

#b96bdd color RGB value is (185,107,221).

#b96bdd hex color red value is 185, green value is 107 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b96bdd hue: 0.78 , saturation: 0.63 and the lightness value of b96bdd is 0.64.

The process color (four color CMYK) of #b96bdd color code is 0.16, 0.52, 0.00, 0.13. Web safe color of #b96bdd is #cc66cc. Color #b96bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101011 11011101
Octal 271 153 335
Decimal 185 107 221
Hex B9 6B DD

RGB Percentages of Color #b96bdd

%36.06
%20.86
%43.08

CMYK Percentages of Color #b96bdd

%16
%52
%0
%13

Triadic Colors of #b96bdd

#b96bdd #ddb96b #6bddb9

Analogous Colors of #b96bdd

#b96bdd #dd6bc8 #806bdd

Monochromatic Colors of #b96bdd

#b96bdd

Complementary Color

#b96bdd #8fdd6b

#b96bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96bdd Color CSS Codes

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

#b96bdd Text Font Color

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

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


#b96bdd Background Color

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

This div background color is #b96bdd


#b96bdd Border Color

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

This div border color is #b96bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,107,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b96bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b96bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #b96bdd;
  box-shadow:         1px 1px 3px 2px #b96bdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,107,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96bdd


Comments

No comments written yet.

Please login to write comment.