Color Hex Logo

#b4688d Color Hex

#B4688D
(180,104,141)
0 Favorites   0 Comments

Color spaces of #b4688d

RGB 180104141
HSL0.920.340.56
HSV331°42°71°
CMYK 0.000.420.22   0.29
XYZ28.580421.527027.8481
Yxy21.52700.36660.2761
Hunter Lab46.397228.7598-3.1085
CIE-Lab53.521535.3140-7.0880

#b4688d color RGB value is (180,104,141).

#b4688d hex color red value is 180, green value is 104 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b4688d hue: 0.92 , saturation: 0.34 and the lightness value of b4688d is 0.56.

The process color (four color CMYK) of #b4688d color hex is 0.00, 0.42, 0.22, 0.29. Web safe color of #b4688d is #cc6699. Color #b4688d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101000 10001101
Octal 264 150 215
Decimal 180 104 141
Hex B4 68 8D

RGB Percentages of Color #b4688d

%42.35
%24.47
%33.18

CMYK Percentages of Color #b4688d

%0
%42
%22
%29

Triadic Colors of #b4688d

#b4688d #8db468 #688db4

Analogous Colors of #b4688d

#b4688d #b46968 #b468b3

Monochromatic Colors of #b4688d

#b4688d

Complementary Color

#b4688d #68b48f

#b4688d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4688d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4688d Color CSS Codes

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

#b4688d Text Font Color

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

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


#b4688d Background Color

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

This div background color is #b4688d


#b4688d Border Color

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

This div border color is #b4688d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,104,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 #b4688d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4688d


Comments

No comments written yet.

Please login to write comment.