Color Hex Logo

#b96eb4 Color Hex

#B96EB4
(185,110,180)
0 Favorites   0 Comments

Color spaces of #b96eb4

RGB 185110180
HSL0.840.350.58
HSV304°41°73°
CMYK 0.000.410.03   0.27
XYZ33.821724.761446.1769
Yxy24.76140.32280.2364
Hunter Lab49.760834.2424-20.1872
CIE-Lab56.842240.3396-24.6728

#b96eb4 color RGB value is (185,110,180).

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

The process color (four color CMYK) of #b96eb4 color hex is 0.00, 0.41, 0.03, 0.27. Web safe color of #b96eb4 is #cc66cc. Color #b96eb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101110 10110100
Octal 271 156 264
Decimal 185 110 180
Hex B9 6E B4

RGB Percentages of Color #b96eb4

%38.95
%23.16
%37.89

CMYK Percentages of Color #b96eb4

%0
%41
%3
%27

Triadic Colors of #b96eb4

#b96eb4 #b4b96e #6eb4b9

Analogous Colors of #b96eb4

#b96eb4 #b96e8f #996eb9

Monochromatic Colors of #b96eb4

#b96eb4

Complementary Color

#b96eb4 #6eb973

#b96eb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96eb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96eb4 Color CSS Codes

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

#b96eb4 Text Font Color

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

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


#b96eb4 Background Color

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

This div background color is #b96eb4


#b96eb4 Border Color

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

This div border color is #b96eb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96eb4


Comments

No comments written yet.

Please login to write comment.