Color Hex Logo

#b96abe Color Hex

#B96ABE
(185,106,190)
0 Favorites   0 Comments

Color spaces of #b96abe

RGB 185106190
HSL0.820.390.58
HSV296°44°75°
CMYK 0.030.440.00   0.25
XYZ34.455924.340151.5973
Yxy24.34010.31210.2205
Hunter Lab49.335738.3264-27.4730
CIE-Lab56.426744.3314-31.0525

#b96abe color RGB value is (185,106,190).

#b96abe hex color red value is 185, green value is 106 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b96abe hue: 0.82 , saturation: 0.39 and the lightness value of b96abe is 0.58.

The process color (four color CMYK) of #b96abe color hex is 0.03, 0.44, 0.00, 0.25. Web safe color of #b96abe is #cc66cc. Color #b96abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101010 10111110
Octal 271 152 276
Decimal 185 106 190
Hex B9 6A BE

RGB Percentages of Color #b96abe

%38.46
%22.04
%39.50

CMYK Percentages of Color #b96abe

%3
%44
%0
%25

Triadic Colors of #b96abe

#b96abe #beb96a #6abeb9

Analogous Colors of #b96abe

#b96abe #be6a99 #8f6abe

Monochromatic Colors of #b96abe

#b96abe

Complementary Color

#b96abe #6fbe6a

#b96abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96abe Color CSS Codes

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

#b96abe Text Font Color

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

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


#b96abe Background Color

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

This div background color is #b96abe


#b96abe Border Color

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

This div border color is #b96abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96abe


Comments

No comments written yet.

Please login to write comment.