Color Hex Logo

#b96eb2 Color Hex

#B96EB2
(185,110,178)
0 Favorites   0 Comments

Color spaces of #b96eb2

RGB 185110178
HSL0.850.350.58
HSV306°41°73°
CMYK 0.000.410.04   0.27
XYZ33.619424.680545.1114
Yxy24.68050.32510.2387
Hunter Lab49.679533.8565-19.0626
CIE-Lab56.762839.9740-23.6450

#b96eb2 color RGB value is (185,110,178).

#b96eb2 hex color red value is 185, green value is 110 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #b96eb2 hue: 0.85 , saturation: 0.35 and the lightness value of b96eb2 is 0.58.

The process color (four color CMYK) of #b96eb2 color hex is 0.00, 0.41, 0.04, 0.27. Web safe color of #b96eb2 is #cc6699. Color #b96eb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101110 10110010
Octal 271 156 262
Decimal 185 110 178
Hex B9 6E B2

RGB Percentages of Color #b96eb2

%39.11
%23.26
%37.63

CMYK Percentages of Color #b96eb2

%0
%41
%4
%27

Triadic Colors of #b96eb2

#b96eb2 #b2b96e #6eb2b9

Analogous Colors of #b96eb2

#b96eb2 #b96e8d #9b6eb9

Monochromatic Colors of #b96eb2

#b96eb2

Complementary Color

#b96eb2 #6eb975

#b96eb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96eb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96eb2 Color CSS Codes

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

#b96eb2 Text Font Color

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

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


#b96eb2 Background Color

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

This div background color is #b96eb2


#b96eb2 Border Color

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

This div border color is #b96eb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96eb2


Comments

No comments written yet.

Please login to write comment.