Color Hex Logo

#b183ac Color Hex

#B183AC
(177,131,172)
0 Favorites   0 Comments

Color spaces of #b183ac

RGB 177131172
HSL0.850.230.60
HSV307°26°69°
CMYK 0.000.260.03   0.31
XYZ33.694228.558342.7661
Yxy28.55830.32080.2719
Hunter Lab53.440019.0253-10.0397
CIE-Lab60.389824.6024-14.7616

#b183ac color RGB value is (177,131,172).

#b183ac hex color red value is 177, green value is 131 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b183ac hue: 0.85 , saturation: 0.23 and the lightness value of b183ac is 0.60.

The process color (four color CMYK) of #b183ac color hex is 0.00, 0.26, 0.03, 0.31. Web safe color of #b183ac is #999999. Color #b183ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000011 10101100
Octal 261 203 254
Decimal 177 131 172
Hex B1 83 AC

RGB Percentages of Color #b183ac

%36.88
%27.29
%35.83

CMYK Percentages of Color #b183ac

%0
%26
%3
%31

Triadic Colors of #b183ac

#b183ac #acb183 #83acb1

Analogous Colors of #b183ac

#b183ac #b18395 #9f83b1

Monochromatic Colors of #b183ac

#b183ac

Complementary Color

#b183ac #83b188

#b183ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b183ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b183ac Color CSS Codes

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

#b183ac Text Font Color

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

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


#b183ac Background Color

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

This div background color is #b183ac


#b183ac Border Color

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

This div border color is #b183ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b183ac


Comments

No comments written yet.

Please login to write comment.