Color Hex Logo

#b96ece Color Hex

#B96ECE
(185,110,206)
0 Favorites   0 Comments

Color spaces of #b96ece

RGB 185110206
HSL0.800.490.62
HSV287°47°81°
CMYK 0.100.470.00   0.19
XYZ36.724125.922461.4605
Yxy25.92240.29590.2089
Hunter Lab50.914039.6518-35.9316
CIE-Lab57.963345.3655-37.7653

#b96ece color RGB value is (185,110,206).

#b96ece hex color red value is 185, green value is 110 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b96ece hue: 0.80 , saturation: 0.49 and the lightness value of b96ece is 0.62.

The process color (four color CMYK) of #b96ece color hex is 0.10, 0.47, 0.00, 0.19. Web safe color of #b96ece is #cc66cc. Color #b96ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101110 11001110
Octal 271 156 316
Decimal 185 110 206
Hex B9 6E CE

RGB Percentages of Color #b96ece

%36.93
%21.96
%41.12

CMYK Percentages of Color #b96ece

%10
%47
%0
%19

Triadic Colors of #b96ece

#b96ece #ceb96e #6eceb9

Analogous Colors of #b96ece

#b96ece #ce6eb3 #896ece

Monochromatic Colors of #b96ece

#b96ece

Complementary Color

#b96ece #83ce6e

#b96ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96ece Color CSS Codes

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

#b96ece Text Font Color

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

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


#b96ece Background Color

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

This div background color is #b96ece


#b96ece Border Color

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

This div border color is #b96ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96ece


Comments

No comments written yet.

Please login to write comment.