Color Hex Logo

#b294ab Color Hex

#B294AB
(178,148,171)
0 Favorites   0 Comments

Color spaces of #b294ab

RGB 178148171
HSL0.870.160.64
HSV314°17°70°
CMYK 0.000.170.04   0.30
XYZ36.300733.585143.0974
Yxy33.58510.32130.2973
Hunter Lab57.952710.3927-3.5251
CIE-Lab64.631915.2166-7.8249

#b294ab color RGB value is (178,148,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010100 10101011
Octal 262 224 253
Decimal 178 148 171
Hex B2 94 AB

RGB Percentages of Color #b294ab

%35.81
%29.78
%34.41

CMYK Percentages of Color #b294ab

%0
%17
%4
%30

Triadic Colors of #b294ab

#b294ab #abb294 #94abb2

Analogous Colors of #b294ab

#b294ab #b2949c #aa94b2

Monochromatic Colors of #b294ab

#b294ab

Complementary Color

#b294ab #94b29b

#b294ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b294ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b294ab Color CSS Codes

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

#b294ab Text Font Color

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

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


#b294ab Background Color

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

This div background color is #b294ab


#b294ab Border Color

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

This div border color is #b294ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b294ab


Comments

No comments written yet.

Please login to write comment.