Color Hex Logo

#b6727d Color Hex

#B6727D
(182,114,125)
0 Favorites   0 Comments

Color spaces of #b6727d

RGB 182114125
HSL0.970.320.58
HSV350°37°71°
CMYK 0.000.370.31   0.29
XYZ29.010423.460422.4013
Yxy23.46040.38750.3133
Hunter Lab48.435922.14866.4839
CIE-Lab55.543428.27045.2822

#b6727d color RGB value is (182,114,125).

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

The process color (four color CMYK) of #b6727d color hex is 0.00, 0.37, 0.31, 0.29. Web safe color of #b6727d is #cc6666. Color #b6727d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110010 01111101
Octal 266 162 175
Decimal 182 114 125
Hex B6 72 7D

RGB Percentages of Color #b6727d

%43.23
%27.08
%29.69

CMYK Percentages of Color #b6727d

%0
%37
%31
%29

Triadic Colors of #b6727d

#b6727d #7db672 #727db6

Analogous Colors of #b6727d

#b6727d #b68972 #b6729f

Monochromatic Colors of #b6727d

#b6727d

Complementary Color

#b6727d #72b6ab

#b6727d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6727d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6727d Color CSS Codes

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

#b6727d Text Font Color

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

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


#b6727d Background Color

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

This div background color is #b6727d


#b6727d Border Color

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

This div border color is #b6727d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6727d


Comments

No comments written yet.

Please login to write comment.