Color Hex Logo

#b993ab Color Hex

#B993AB
(185,147,171)
0 Favorites   0 Comments

Color spaces of #b993ab

RGB 185147171
HSL0.890.210.65
HSV322°21°73°
CMYK 0.000.210.08   0.27
XYZ37.792034.122043.1224
Yxy34.12200.32850.2966
Hunter Lab58.414013.2592-2.8792
CIE-Lab65.059318.2756-7.1164

#b993ab color RGB value is (185,147,171).

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

The process color (four color CMYK) of #b993ab color hex is 0.00, 0.21, 0.08, 0.27. Web safe color of #b993ab is #cc9999. Color #b993ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010011 10101011
Octal 271 223 253
Decimal 185 147 171
Hex B9 93 AB

RGB Percentages of Color #b993ab

%36.78
%29.22
%34.00

CMYK Percentages of Color #b993ab

%0
%21
%8
%27

Triadic Colors of #b993ab

#b993ab #abb993 #93abb9

Analogous Colors of #b993ab

#b993ab #b99398 #b493b9

Monochromatic Colors of #b993ab

#b993ab

Complementary Color

#b993ab #93b9a1

#b993ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b993ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b993ab Color CSS Codes

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

#b993ab Text Font Color

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

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


#b993ab Background Color

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

This div background color is #b993ab


#b993ab Border Color

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

This div border color is #b993ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b993ab


Comments

No comments written yet.

Please login to write comment.