Color Hex Logo

#b996be Color Hex

#B996BE
(185,150,190)
0 Favorites   0 Comments

Color spaces of #b996be

RGB 185150190
HSL0.810.240.67
HSV293°21°75°
CMYK 0.030.210.00   0.25
XYZ40.208235.844753.5147
Yxy35.84470.31030.2766
Hunter Lab59.870415.1050-11.0866
CIE-Lab66.401120.1662-15.7633

#b996be color RGB value is (185,150,190).

#b996be hex color red value is 185, green value is 150 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b996be hue: 0.81 , saturation: 0.24 and the lightness value of b996be is 0.67.

The process color (four color CMYK) of #b996be color hex is 0.03, 0.21, 0.00, 0.25. Web safe color of #b996be is #cc99cc. Color #b996be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010110 10111110
Octal 271 226 276
Decimal 185 150 190
Hex B9 96 BE

RGB Percentages of Color #b996be

%35.24
%28.57
%36.19

CMYK Percentages of Color #b996be

%3
%21
%0
%25

Triadic Colors of #b996be

#b996be #beb996 #96beb9

Analogous Colors of #b996be

#b996be #be96af #a596be

Monochromatic Colors of #b996be

#b996be

Complementary Color

#b996be #9bbe96

#b996be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b996be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b996be Color CSS Codes

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

#b996be Text Font Color

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

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


#b996be Background Color

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

This div background color is #b996be


#b996be Border Color

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

This div border color is #b996be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,150,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 #b996be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b996be


Comments

No comments written yet.

Please login to write comment.