Color Hex Logo

#b194ae Color Hex

#B194AE
(177,148,174)
0 Favorites   0 Comments

Color spaces of #b194ae

RGB 177148174
HSL0.850.160.64
HSV306°16°69°
CMYK 0.000.160.02   0.31
XYZ36.361333.582944.6101
Yxy33.58290.31740.2932
Hunter Lab57.950810.5863-5.0755
CIE-Lab64.630115.4260-9.5263

#b194ae color RGB value is (177,148,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010100 10101110
Octal 261 224 256
Decimal 177 148 174
Hex B1 94 AE

RGB Percentages of Color #b194ae

%35.47
%29.66
%34.87

CMYK Percentages of Color #b194ae

%0
%16
%2
%31

Triadic Colors of #b194ae

#b194ae #aeb194 #94aeb1

Analogous Colors of #b194ae

#b194ae #b194a0 #a694b1

Monochromatic Colors of #b194ae

#b194ae

Complementary Color

#b194ae #94b197

#b194ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b194ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b194ae Color CSS Codes

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

#b194ae Text Font Color

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

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


#b194ae Background Color

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

This div background color is #b194ae


#b194ae Border Color

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

This div border color is #b194ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b194ae


Comments

No comments written yet.

Please login to write comment.