Color Hex Logo

#b96ede Color Hex

#B96EDE
(185,110,222)
0 Favorites   0 Comments

Color spaces of #b96ede

RGB 185110222
HSL0.780.630.65
HSV280°50°87°
CMYK 0.170.500.00   0.13
XYZ38.768326.740172.2253
Yxy26.74010.28150.1941
Hunter Lab51.710843.3299-46.6137
CIE-Lab58.733048.6834-45.5741

#b96ede color RGB value is (185,110,222).

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

The process color (four color CMYK) of #b96ede color hex is 0.17, 0.50, 0.00, 0.13. Web safe color of #b96ede is #cc66cc. Color #b96ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101110 11011110
Octal 271 156 336
Decimal 185 110 222
Hex B9 6E DE

RGB Percentages of Color #b96ede

%35.78
%21.28
%42.94

CMYK Percentages of Color #b96ede

%17
%50
%0
%13

Triadic Colors of #b96ede

#b96ede #deb96e #6edeb9

Analogous Colors of #b96ede

#b96ede #de6ecb #816ede

Monochromatic Colors of #b96ede

#b96ede

Complementary Color

#b96ede #93de6e

#b96ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96ede Color CSS Codes

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

#b96ede Text Font Color

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

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


#b96ede Background Color

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

This div background color is #b96ede


#b96ede Border Color

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

This div border color is #b96ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96ede


Comments

No comments written yet.

Please login to write comment.