Color Hex Logo

#b0719e Color Hex

#B0719E
(176,113,158)
0 Favorites   0 Comments

Color spaces of #b0719e

RGB 176113158
HSL0.880.290.57
HSV317°36°69°
CMYK 0.000.360.10   0.31
XYZ29.981223.509035.3053
Yxy23.50900.33760.2648
Hunter Lab48.486125.5242-9.2320
CIE-Lab55.592831.7716-13.9651

#b0719e color RGB value is (176,113,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110001 10011110
Octal 260 161 236
Decimal 176 113 158
Hex B0 71 9E

RGB Percentages of Color #b0719e

%39.37
%25.28
%35.35

CMYK Percentages of Color #b0719e

%0
%36
%10
%31

Triadic Colors of #b0719e

#b0719e #9eb071 #719eb0

Analogous Colors of #b0719e

#b0719e #b0717f #a371b0

Monochromatic Colors of #b0719e

#b0719e

Complementary Color

#b0719e #71b083

#b0719e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0719e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0719e Color CSS Codes

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

#b0719e Text Font Color

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

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


#b0719e Background Color

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

This div background color is #b0719e


#b0719e Border Color

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

This div border color is #b0719e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0719e


Comments

No comments written yet.

Please login to write comment.