Color Hex Logo

#b6748d Color Hex

#B6748D
(182,116,141)
0 Favorites   0 Comments

Color spaces of #b6748d

RGB 182116141
HSL0.940.310.58
HSV337°36°71°
CMYK 0.000.360.23   0.29
XYZ30.344524.359028.3017
Yxy24.35900.36560.2935
Hunter Lab49.354823.37500.5495
CIE-Lab56.445529.4657-2.7323

#b6748d color RGB value is (182,116,141).

#b6748d hex color red value is 182, green value is 116 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b6748d hue: 0.94 , saturation: 0.31 and the lightness value of b6748d is 0.58.

The process color (four color CMYK) of #b6748d color hex is 0.00, 0.36, 0.23, 0.29. Web safe color of #b6748d is #cc6699. Color #b6748d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110100 10001101
Octal 266 164 215
Decimal 182 116 141
Hex B6 74 8D

RGB Percentages of Color #b6748d

%41.46
%26.42
%32.12

CMYK Percentages of Color #b6748d

%0
%36
%23
%29

Triadic Colors of #b6748d

#b6748d #8db674 #748db6

Analogous Colors of #b6748d

#b6748d #b67c74 #b674ae

Monochromatic Colors of #b6748d

#b6748d

Complementary Color

#b6748d #74b69d

#b6748d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6748d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6748d Color CSS Codes

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

#b6748d Text Font Color

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

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


#b6748d Background Color

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

This div background color is #b6748d


#b6748d Border Color

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

This div border color is #b6748d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6748d


Comments

No comments written yet.

Please login to write comment.