Color Hex Logo

#b591ac Color Hex

#B591AC
(181,145,172)
0 Favorites   0 Comments

Color spaces of #b591ac

RGB 181145172
HSL0.880.200.64
HSV315°20°71°
CMYK 0.000.200.05   0.29
XYZ36.627833.053143.4791
Yxy33.05310.32370.2921
Hunter Lab57.491813.1109-4.5947
CIE-Lab64.203918.1479-8.9951

#b591ac color RGB value is (181,145,172).

#b591ac hex color red value is 181, green value is 145 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b591ac hue: 0.88 , saturation: 0.20 and the lightness value of b591ac is 0.64.

The process color (four color CMYK) of #b591ac color hex is 0.00, 0.20, 0.05, 0.29. Web safe color of #b591ac is #cc9999. Color #b591ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010001 10101100
Octal 265 221 254
Decimal 181 145 172
Hex B5 91 AC

RGB Percentages of Color #b591ac

%36.35
%29.12
%34.54

CMYK Percentages of Color #b591ac

%0
%20
%5
%29

Triadic Colors of #b591ac

#b591ac #acb591 #91acb5

Analogous Colors of #b591ac

#b591ac #b5919a #ac91b5

Monochromatic Colors of #b591ac

#b591ac

Complementary Color

#b591ac #91b59a

#b591ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b591ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b591ac Color CSS Codes

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

#b591ac Text Font Color

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

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


#b591ac Background Color

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

This div background color is #b591ac


#b591ac Border Color

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

This div border color is #b591ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b591ac


Comments

No comments written yet.

Please login to write comment.