Color Hex Logo

#b194aa Color Hex

#B194AA
(177,148,170)
0 Favorites   0 Comments

Color spaces of #b194aa

RGB 177148170
HSL0.870.160.64
HSV314°16°69°
CMYK 0.000.160.04   0.31
XYZ35.977133.429242.5865
Yxy33.42920.32120.2985
Hunter Lab57.81809.8897-3.1981
CIE-Lab64.506914.6741-7.4578

#b194aa color RGB value is (177,148,170).

#b194aa hex color red value is 177, green value is 148 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b194aa hue: 0.87 , saturation: 0.16 and the lightness value of b194aa is 0.64.

The process color (four color CMYK) of #b194aa color hex is 0.00, 0.16, 0.04, 0.31. Web safe color of #b194aa is #999999. Color #b194aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010100 10101010
Octal 261 224 252
Decimal 177 148 170
Hex B1 94 AA

RGB Percentages of Color #b194aa

%35.76
%29.90
%34.34

CMYK Percentages of Color #b194aa

%0
%16
%4
%31

Triadic Colors of #b194aa

#b194aa #aab194 #94aab1

Analogous Colors of #b194aa

#b194aa #b1949c #aa94b1

Monochromatic Colors of #b194aa

#b194aa

Complementary Color

#b194aa #94b19b

#b194aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b194aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b194aa Color CSS Codes

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

#b194aa Text Font Color

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

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


#b194aa Background Color

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

This div background color is #b194aa


#b194aa Border Color

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

This div border color is #b194aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,148,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b194aa

#b194aa Color Palettes


Comments

No comments written yet.

Please login to write comment.