Color Hex Logo

#b294aa Color Hex

#B294AA
(178,148,170)
0 Favorites   0 Comments

Color spaces of #b294aa

RGB 178148170
HSL0.880.160.64
HSV316°17°70°
CMYK 0.000.170.04   0.30
XYZ36.205733.547142.5972
Yxy33.54710.32230.2986
Hunter Lab57.919910.2206-3.0610
CIE-Lab64.601515.0310-7.3070

#b294aa color RGB value is (178,148,170).

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

The process color (four color CMYK) of #b294aa color hex is 0.00, 0.17, 0.04, 0.30. Web safe color of #b294aa is #999999. Color #b294aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010100 10101010
Octal 262 224 252
Decimal 178 148 170
Hex B2 94 AA

RGB Percentages of Color #b294aa

%35.89
%29.84
%34.27

CMYK Percentages of Color #b294aa

%0
%17
%4
%30

Triadic Colors of #b294aa

#b294aa #aab294 #94aab2

Analogous Colors of #b294aa

#b294aa #b2949b #ab94b2

Monochromatic Colors of #b294aa

#b294aa

Complementary Color

#b294aa #94b29c

#b294aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b294aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b294aa Color CSS Codes

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

#b294aa Text Font Color

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

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


#b294aa Background Color

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

This div background color is #b294aa


#b294aa Border Color

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

This div border color is #b294aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b294aa


Comments

No comments written yet.

Please login to write comment.