Color Hex Logo

#b07195 Color Hex

#B07195
(176,113,149)
0 Favorites   0 Comments

Color spaces of #b07195

RGB 176113149
HSL0.900.290.57
HSV326°36°69°
CMYK 0.000.360.15   0.31
XYZ29.234423.210331.3730
Yxy23.21030.34880.2769
Hunter Lab48.177124.0060-4.8858
CIE-Lab55.288330.2344-9.1869

#b07195 color RGB value is (176,113,149).

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

The process color (four color CMYK) of #b07195 color hex is 0.00, 0.36, 0.15, 0.31. Web safe color of #b07195 is #996699. Color #b07195 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110001 10010101
Octal 260 161 225
Decimal 176 113 149
Hex B0 71 95

RGB Percentages of Color #b07195

%40.18
%25.80
%34.02

CMYK Percentages of Color #b07195

%0
%36
%15
%31

Triadic Colors of #b07195

#b07195 #95b071 #7195b0

Analogous Colors of #b07195

#b07195 #b07176 #ac71b0

Monochromatic Colors of #b07195

#b07195

Complementary Color

#b07195 #71b08c

#b07195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07195 Color CSS Codes

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

#b07195 Text Font Color

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

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


#b07195 Background Color

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

This div background color is #b07195


#b07195 Border Color

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

This div border color is #b07195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07195


Comments

No comments written yet.

Please login to write comment.