Color Hex Logo

#b07397 Color Hex

#B07397
(176,115,151)
0 Favorites   0 Comments

Color spaces of #b07397

RGB 176115151
HSL0.900.280.57
HSV325°35°69°
CMYK 0.000.350.14   0.31
XYZ29.621123.725932.2965
Yxy23.72590.34590.2770
Hunter Lab48.709223.3084-5.2156
CIE-Lab55.812329.4573-9.5670

#b07397 color RGB value is (176,115,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110011 10010111
Octal 260 163 227
Decimal 176 115 151
Hex B0 73 97

RGB Percentages of Color #b07397

%39.82
%26.02
%34.16

CMYK Percentages of Color #b07397

%0
%35
%14
%31

Triadic Colors of #b07397

#b07397 #97b073 #7397b0

Analogous Colors of #b07397

#b07397 #b07379 #ab73b0

Monochromatic Colors of #b07397

#b07397

Complementary Color

#b07397 #73b08c

#b07397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07397 Color CSS Codes

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

#b07397 Text Font Color

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

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


#b07397 Background Color

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

This div background color is #b07397


#b07397 Border Color

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

This div border color is #b07397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07397


Comments

No comments written yet.

Please login to write comment.