Color Hex Logo

#b76dbd Color Hex

#B76DBD
(183,109,189)
0 Favorites   0 Comments

Color spaces of #b76dbd

RGB 183109189
HSL0.820.380.58
HSV296°42°74°
CMYK 0.030.420.00   0.26
XYZ34.182424.678751.1060
Yxy24.67870.31080.2244
Hunter Lab49.677735.8871-26.2204
CIE-Lab56.761041.9446-29.9796

#b76dbd color RGB value is (183,109,189).

#b76dbd hex color red value is 183, green value is 109 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b76dbd hue: 0.82 , saturation: 0.38 and the lightness value of b76dbd is 0.58.

The process color (four color CMYK) of #b76dbd color hex is 0.03, 0.42, 0.00, 0.26. Web safe color of #b76dbd is #cc66cc. Color #b76dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101101 10111101
Octal 267 155 275
Decimal 183 109 189
Hex B7 6D BD

RGB Percentages of Color #b76dbd

%38.05
%22.66
%39.29

CMYK Percentages of Color #b76dbd

%3
%42
%0
%26

Triadic Colors of #b76dbd

#b76dbd #bdb76d #6dbdb7

Analogous Colors of #b76dbd

#b76dbd #bd6d9b #8f6dbd

Monochromatic Colors of #b76dbd

#b76dbd

Complementary Color

#b76dbd #73bd6d

#b76dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76dbd Color CSS Codes

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

#b76dbd Text Font Color

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

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


#b76dbd Background Color

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

This div background color is #b76dbd


#b76dbd Border Color

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

This div border color is #b76dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76dbd


Comments

No comments written yet.

Please login to write comment.