Color Hex Logo

#b993bb Color Hex

#B993BB
(185,147,187)
0 Favorites   0 Comments

Color spaces of #b993bb

RGB 185147187
HSL0.830.230.65
HSV297°21°73°
CMYK 0.010.210.00   0.27
XYZ39.410934.769651.6477
Yxy34.76960.31320.2763
Hunter Lab58.965816.1139-10.6557
CIE-Lab65.568921.2558-15.3409

#b993bb color RGB value is (185,147,187).

#b993bb hex color red value is 185, green value is 147 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b993bb hue: 0.83 , saturation: 0.23 and the lightness value of b993bb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010011 10111011
Octal 271 223 273
Decimal 185 147 187
Hex B9 93 BB

RGB Percentages of Color #b993bb

%35.65
%28.32
%36.03

CMYK Percentages of Color #b993bb

%1
%21
%0
%27

Triadic Colors of #b993bb

#b993bb #bbb993 #93bbb9

Analogous Colors of #b993bb

#b993bb #bb93a9 #a593bb

Monochromatic Colors of #b993bb

#b993bb

Complementary Color

#b993bb #95bb93

#b993bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b993bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b993bb Color CSS Codes

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

#b993bb Text Font Color

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

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


#b993bb Background Color

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

This div background color is #b993bb


#b993bb Border Color

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

This div border color is #b993bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b993bb


Comments

No comments written yet.

Please login to write comment.