Color Hex Logo

#b939ab Color Hex

#B939AB
(185,57,171)
0 Favorites   0 Comments

Color spaces of #b939ab

RGB 18557171
HSL0.850.530.47
HSV307°69°73°
CMYK 0.000.690.08   0.27
XYZ28.821416.180840.1322
Yxy16.18080.33850.1901
Hunter Lab40.225457.5005-30.9949
CIE-Lab47.210863.4542-34.4131

#b939ab color RGB value is (185,57,171).

#b939ab hex color red value is 185, green value is 57 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b939ab hue: 0.85 , saturation: 0.53 and the lightness value of b939ab is 0.47.

The process color (four color CMYK) of #b939ab color hex is 0.00, 0.69, 0.08, 0.27. Web safe color of #b939ab is #cc3399. Color #b939ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111001 10101011
Octal 271 71 253
Decimal 185 57 171
Hex B9 39 AB

RGB Percentages of Color #b939ab

%44.79
%13.80
%41.40

CMYK Percentages of Color #b939ab

%0
%69
%8
%27

Triadic Colors of #b939ab

#b939ab #abb939 #39abb9

Analogous Colors of #b939ab

#b939ab #b9396b #8739b9

Monochromatic Colors of #b939ab

#b939ab

Complementary Color

#b939ab #39b947

#b939ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b939ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b939ab Color CSS Codes

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

#b939ab Text Font Color

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

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


#b939ab Background Color

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

This div background color is #b939ab


#b939ab Border Color

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

This div border color is #b939ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b939ab


Comments

No comments written yet.

Please login to write comment.