Color Hex Logo

#b296ad Color Hex

#B296AD
(178,150,173)
0 Favorites   0 Comments

Color spaces of #b296ad

RGB 178150173
HSL0.860.150.64
HSV311°16°70°
CMYK 0.000.160.03   0.30
XYZ36.809334.294844.2147
Yxy34.29480.31920.2974
Hunter Lab58.56189.7140-3.7713
CIE-Lab65.195914.4720-8.1106

#b296ad color RGB value is (178,150,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010110 10101101
Octal 262 226 255
Decimal 178 150 173
Hex B2 96 AD

RGB Percentages of Color #b296ad

%35.53
%29.94
%34.53

CMYK Percentages of Color #b296ad

%0
%16
%3
%30

Triadic Colors of #b296ad

#b296ad #adb296 #96adb2

Analogous Colors of #b296ad

#b296ad #b2969f #a996b2

Monochromatic Colors of #b296ad

#b296ad

Complementary Color

#b296ad #96b29b

#b296ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b296ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b296ad Color CSS Codes

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

#b296ad Text Font Color

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

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


#b296ad Background Color

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

This div background color is #b296ad


#b296ad Border Color

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

This div border color is #b296ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b296ad


Comments

No comments written yet.

Please login to write comment.