Color Hex Logo

#b296a5 Color Hex

#B296A5
(178,150,165)
0 Favorites   0 Comments

Color spaces of #b296a5

RGB 178150165
HSL0.910.150.64
HSV328°16°70°
CMYK 0.000.160.07   0.30
XYZ36.058033.994340.2584
Yxy33.99430.32690.3082
Hunter Lab58.30468.3587-0.1255
CIE-Lab64.958013.0005-3.9646

#b296a5 color RGB value is (178,150,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010110 10100101
Octal 262 226 245
Decimal 178 150 165
Hex B2 96 A5

RGB Percentages of Color #b296a5

%36.11
%30.43
%33.47

CMYK Percentages of Color #b296a5

%0
%16
%7
%30

Triadic Colors of #b296a5

#b296a5 #a5b296 #96a5b2

Analogous Colors of #b296a5

#b296a5 #b29697 #b196b2

Monochromatic Colors of #b296a5

#b296a5

Complementary Color

#b296a5 #96b2a3

#b296a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b296a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b296a5 Color CSS Codes

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

#b296a5 Text Font Color

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

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


#b296a5 Background Color

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

This div background color is #b296a5


#b296a5 Border Color

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

This div border color is #b296a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b296a5


Comments

No comments written yet.

Please login to write comment.