Color Hex Logo

#b383ac Color Hex

#B383AC
(179,131,172)
0 Favorites   0 Comments

Color spaces of #b383ac

RGB 179131172
HSL0.860.240.61
HSV309°27°70°
CMYK 0.000.270.04   0.30
XYZ34.153128.794942.7876
Yxy28.79490.32300.2723
Hunter Lab53.660919.7019-9.7135
CIE-Lab60.600225.2948-14.4234

#b383ac color RGB value is (179,131,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000011 10101100
Octal 263 203 254
Decimal 179 131 172
Hex B3 83 AC

RGB Percentages of Color #b383ac

%37.14
%27.18
%35.68

CMYK Percentages of Color #b383ac

%0
%27
%4
%30

Triadic Colors of #b383ac

#b383ac #acb383 #83acb3

Analogous Colors of #b383ac

#b383ac #b38394 #a283b3

Monochromatic Colors of #b383ac

#b383ac

Complementary Color

#b383ac #83b38a

#b383ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b383ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b383ac Color CSS Codes

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

#b383ac Text Font Color

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

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


#b383ac Background Color

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

This div background color is #b383ac


#b383ac Border Color

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

This div border color is #b383ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,131,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b383ac


Comments

No comments written yet.

Please login to write comment.