Color Hex Logo

#b595ac Color Hex

#B595AC
(181,149,172)
0 Favorites   0 Comments

Color spaces of #b595ac

RGB 181149172
HSL0.880.180.65
HSV317°18°71°
CMYK 0.000.180.05   0.29
XYZ37.249934.297243.6865
Yxy34.29720.32330.2976
Hunter Lab58.563811.0494-3.2335
CIE-Lab65.197815.9122-7.5153

#b595ac color RGB value is (181,149,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010101 10101100
Octal 265 225 254
Decimal 181 149 172
Hex B5 95 AC

RGB Percentages of Color #b595ac

%36.06
%29.68
%34.26

CMYK Percentages of Color #b595ac

%0
%18
%5
%29

Triadic Colors of #b595ac

#b595ac #acb595 #95acb5

Analogous Colors of #b595ac

#b595ac #b5959c #ae95b5

Monochromatic Colors of #b595ac

#b595ac

Complementary Color

#b595ac #95b59e

#b595ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b595ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b595ac Color CSS Codes

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

#b595ac Text Font Color

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

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


#b595ac Background Color

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

This div background color is #b595ac


#b595ac Border Color

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

This div border color is #b595ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b595ac

#b595ac Color Palettes


Comments

No comments written yet.

Please login to write comment.