Color Hex Logo

#b994bb Color Hex

#B994BB
(185,148,187)
0 Favorites   0 Comments

Color spaces of #b994bb

RGB 185148187
HSL0.820.220.66
HSV297°21°73°
CMYK 0.010.210.00   0.27
XYZ39.567135.082051.6998
Yxy35.08200.31320.2777
Hunter Lab59.230115.5897-10.2911
CIE-Lab65.812520.6979-14.9734

#b994bb color RGB value is (185,148,187).

#b994bb hex color red value is 185, green value is 148 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b994bb hue: 0.82 , saturation: 0.22 and the lightness value of b994bb is 0.66.

The process color (four color CMYK) of #b994bb color hex is 0.01, 0.21, 0.00, 0.27. Web safe color of #b994bb is #cc99cc. Color #b994bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010100 10111011
Octal 271 224 273
Decimal 185 148 187
Hex B9 94 BB

RGB Percentages of Color #b994bb

%35.58
%28.46
%35.96

CMYK Percentages of Color #b994bb

%1
%21
%0
%27

Triadic Colors of #b994bb

#b994bb #bbb994 #94bbb9

Analogous Colors of #b994bb

#b994bb #bb94aa #a694bb

Monochromatic Colors of #b994bb

#b994bb

Complementary Color

#b994bb #96bb94

#b994bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b994bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b994bb Color CSS Codes

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

#b994bb Text Font Color

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

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


#b994bb Background Color

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

This div background color is #b994bb


#b994bb Border Color

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

This div border color is #b994bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b994bb


Comments

No comments written yet.

Please login to write comment.