Color Hex Logo

#b47688 Color Hex

#B47688
(180,118,136)
0 Favorites   0 Comments

Color spaces of #b47688

RGB 180118136
HSL0.950.290.58
HSV343°34°71°
CMYK 0.000.340.24   0.29
XYZ29.744824.437726.4418
Yxy24.43770.36890.3031
Hunter Lab49.434520.89332.8908
CIE-Lab56.523426.86360.2617

#b47688 color RGB value is (180,118,136).

#b47688 hex color red value is 180, green value is 118 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #b47688 hue: 0.95 , saturation: 0.29 and the lightness value of b47688 is 0.58.

The process color (four color CMYK) of #b47688 color hex is 0.00, 0.34, 0.24, 0.29. Web safe color of #b47688 is #cc6699. Color #b47688 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110110 10001000
Octal 264 166 210
Decimal 180 118 136
Hex B4 76 88

RGB Percentages of Color #b47688

%41.47
%27.19
%31.34

CMYK Percentages of Color #b47688

%0
%34
%24
%29

Triadic Colors of #b47688

#b47688 #88b476 #7688b4

Analogous Colors of #b47688

#b47688 #b48376 #b476a7

Monochromatic Colors of #b47688

#b47688

Complementary Color

#b47688 #76b4a2

#b47688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47688 Color CSS Codes

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

#b47688 Text Font Color

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

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


#b47688 Background Color

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

This div background color is #b47688


#b47688 Border Color

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

This div border color is #b47688


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,118,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47688


Comments

No comments written yet.

Please login to write comment.