Color Hex Logo

#b6718f Color Hex

#B6718F
(182,113,143)
0 Favorites   0 Comments

Color spaces of #b6718f

RGB 182113143
HSL0.930.320.58
HSV334°38°71°
CMYK 0.000.380.21   0.29
XYZ30.154523.738528.9793
Yxy23.73850.36390.2864
Hunter Lab48.722225.2111-1.1594
CIE-Lab55.825031.4253-4.8126

#b6718f color RGB value is (182,113,143).

#b6718f hex color red value is 182, green value is 113 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #b6718f hue: 0.93 , saturation: 0.32 and the lightness value of b6718f is 0.58.

The process color (four color CMYK) of #b6718f color hex is 0.00, 0.38, 0.21, 0.29. Web safe color of #b6718f is #cc6699. Color #b6718f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110001 10001111
Octal 266 161 217
Decimal 182 113 143
Hex B6 71 8F

RGB Percentages of Color #b6718f

%41.55
%25.80
%32.65

CMYK Percentages of Color #b6718f

%0
%38
%21
%29

Triadic Colors of #b6718f

#b6718f #8fb671 #718fb6

Analogous Colors of #b6718f

#b6718f #b67671 #b671b2

Monochromatic Colors of #b6718f

#b6718f

Complementary Color

#b6718f #71b698

#b6718f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6718f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6718f Color CSS Codes

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

#b6718f Text Font Color

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

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


#b6718f Background Color

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

This div background color is #b6718f


#b6718f Border Color

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

This div border color is #b6718f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6718f


Comments

No comments written yet.

Please login to write comment.