Color Hex Logo

#b383ab Color Hex

#B383AB
(179,131,171)
0 Favorites   0 Comments

Color spaces of #b383ab

RGB 179131171
HSL0.860.240.61
HSV310°27°70°
CMYK 0.000.270.04   0.30
XYZ34.057428.756642.2836
Yxy28.75660.32410.2736
Hunter Lab53.625219.5214-9.2127
CIE-Lab60.566225.1089-13.9045

#b383ab color RGB value is (179,131,171).

#b383ab hex color red value is 179, green value is 131 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b383ab hue: 0.86 , saturation: 0.24 and the lightness value of b383ab is 0.61.

The process color (four color CMYK) of #b383ab color hex is 0.00, 0.27, 0.04, 0.30. Web safe color of #b383ab is #cc9999. Color #b383ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000011 10101011
Octal 263 203 253
Decimal 179 131 171
Hex B3 83 AB

RGB Percentages of Color #b383ab

%37.21
%27.23
%35.55

CMYK Percentages of Color #b383ab

%0
%27
%4
%30

Triadic Colors of #b383ab

#b383ab #abb383 #83abb3

Analogous Colors of #b383ab

#b383ab #b38393 #a383b3

Monochromatic Colors of #b383ab

#b383ab

Complementary Color

#b383ab #83b38b

#b383ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b383ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b383ab Color CSS Codes

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

#b383ab Text Font Color

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

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


#b383ab Background Color

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

This div background color is #b383ab


#b383ab Border Color

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

This div border color is #b383ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b383ab


Comments

No comments written yet.

Please login to write comment.