Color Hex Logo

#b76dac Color Hex

#B76DAC
(183,109,172)
0 Favorites   0 Comments

Color spaces of #b76dac

RGB 183109172
HSL0.860.340.57
HSV309°40°72°
CMYK 0.000.400.06   0.28
XYZ32.443523.983141.9490
Yxy23.98310.32980.2438
Hunter Lab48.972532.5513-16.5060
CIE-Lab56.070938.7847-21.2692

#b76dac color RGB value is (183,109,172).

#b76dac hex color red value is 183, green value is 109 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b76dac hue: 0.86 , saturation: 0.34 and the lightness value of b76dac is 0.57.

The process color (four color CMYK) of #b76dac color hex is 0.00, 0.40, 0.06, 0.28. Web safe color of #b76dac is #cc6699. Color #b76dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101101 10101100
Octal 267 155 254
Decimal 183 109 172
Hex B7 6D AC

RGB Percentages of Color #b76dac

%39.44
%23.49
%37.07

CMYK Percentages of Color #b76dac

%0
%40
%6
%28

Triadic Colors of #b76dac

#b76dac #acb76d #6dacb7

Analogous Colors of #b76dac

#b76dac #b76d87 #9d6db7

Monochromatic Colors of #b76dac

#b76dac

Complementary Color

#b76dac #6db778

#b76dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76dac Color CSS Codes

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

#b76dac Text Font Color

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

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


#b76dac Background Color

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

This div background color is #b76dac


#b76dac Border Color

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

This div border color is #b76dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,109,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b76dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b76dac;
  -webkit-box-shadow: 1px 1px 3px 2px #b76dac;
  box-shadow:         1px 1px 3px 2px #b76dac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,109,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76dac


Comments

No comments written yet.

Please login to write comment.