Color Hex Logo

#b295ae Color Hex

#B295AE
(178,149,174)
3 Favorites   0 Comments

Color spaces of #b295ae

RGB 178149174
HSL0.860.160.64
HSV308°16°70°
CMYK 0.000.160.02   0.30
XYZ36.747534.015944.6733
Yxy34.01590.31830.2947
Hunter Lab58.323210.4015-4.5877
CIE-Lab64.975215.2192-9.0015

#b295ae color RGB value is (178,149,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010101 10101110
Octal 262 225 256
Decimal 178 149 174
Hex B2 95 AE

RGB Percentages of Color #b295ae

%35.53
%29.74
%34.73

CMYK Percentages of Color #b295ae

%0
%16
%2
%30

Triadic Colors of #b295ae

#b295ae #aeb295 #95aeb2

Analogous Colors of #b295ae

#b295ae #b295a0 #a895b2

Monochromatic Colors of #b295ae

#b295ae

Complementary Color

#b295ae #95b299

#b295ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b295ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b295ae Color CSS Codes

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

#b295ae Text Font Color

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

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


#b295ae Background Color

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

This div background color is #b295ae


#b295ae Border Color

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

This div border color is #b295ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b295ae

#b295ae Color Palettes


Comments

No comments written yet.

Please login to write comment.