Color Hex Logo

#b594ac Color Hex

#B594AC
(181,148,172)
0 Favorites   0 Comments

Color spaces of #b594ac

RGB 181148172
HSL0.880.180.65
HSV316°18°71°
CMYK 0.000.180.05   0.29
XYZ37.092433.982143.6340
Yxy33.98210.32340.2962
Hunter Lab58.294211.5642-3.5735
CIE-Lab64.948416.4709-7.8862

#b594ac color RGB value is (181,148,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010100 10101100
Octal 265 224 254
Decimal 181 148 172
Hex B5 94 AC

RGB Percentages of Color #b594ac

%36.13
%29.54
%34.33

CMYK Percentages of Color #b594ac

%0
%18
%5
%29

Triadic Colors of #b594ac

#b594ac #acb594 #94acb5

Analogous Colors of #b594ac

#b594ac #b5949c #ae94b5

Monochromatic Colors of #b594ac

#b594ac

Complementary Color

#b594ac #94b59d

#b594ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b594ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b594ac Color CSS Codes

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

#b594ac Text Font Color

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

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


#b594ac Background Color

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

This div background color is #b594ac


#b594ac Border Color

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

This div border color is #b594ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b594ac


Comments

No comments written yet.

Please login to write comment.