Color Hex Logo

#b07297 Color Hex

#B07297
(176,114,151)
0 Favorites   0 Comments

Color spaces of #b07297

RGB 176114151
HSL0.900.280.57
HSV324°35°69°
CMYK 0.000.350.14   0.31
XYZ29.507723.499132.2587
Yxy23.49910.34610.2756
Hunter Lab48.475923.8218-5.5219
CIE-Lab55.582830.0137-9.9108

#b07297 color RGB value is (176,114,151).

#b07297 hex color red value is 176, green value is 114 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #b07297 hue: 0.90 , saturation: 0.28 and the lightness value of b07297 is 0.57.

The process color (four color CMYK) of #b07297 color hex is 0.00, 0.35, 0.14, 0.31. Web safe color of #b07297 is #996699. Color #b07297 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110010 10010111
Octal 260 162 227
Decimal 176 114 151
Hex B0 72 97

RGB Percentages of Color #b07297

%39.91
%25.85
%34.24

CMYK Percentages of Color #b07297

%0
%35
%14
%31

Triadic Colors of #b07297

#b07297 #97b072 #7297b0

Analogous Colors of #b07297

#b07297 #b07278 #aa72b0

Monochromatic Colors of #b07297

#b07297

Complementary Color

#b07297 #72b08b

#b07297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07297 Color CSS Codes

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

#b07297 Text Font Color

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

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


#b07297 Background Color

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

This div background color is #b07297


#b07297 Border Color

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

This div border color is #b07297


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,114,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b07297; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b07297;
  -webkit-box-shadow: 1px 1px 3px 2px #b07297;
  box-shadow:         1px 1px 3px 2px #b07297; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,114,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07297


Comments

No comments written yet.

Please login to write comment.