Color Hex Logo

#b76bcb Color Hex

#B76BCB
(183,107,203)
0 Favorites   0 Comments

Color spaces of #b76bcb

RGB 183107203
HSL0.800.480.61
HSV288°47°80°
CMYK 0.100.470.00   0.20
XYZ35.565624.894559.4305
Yxy24.89450.29670.2076
Hunter Lab49.894439.9228-35.6958
CIE-Lab56.972545.7659-37.6334

#b76bcb color RGB value is (183,107,203).

#b76bcb hex color red value is 183, green value is 107 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b76bcb hue: 0.80 , saturation: 0.48 and the lightness value of b76bcb is 0.61.

The process color (four color CMYK) of #b76bcb color hex is 0.10, 0.47, 0.00, 0.20. Web safe color of #b76bcb is #cc66cc. Color #b76bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101011 11001011
Octal 267 153 313
Decimal 183 107 203
Hex B7 6B CB

RGB Percentages of Color #b76bcb

%37.12
%21.70
%41.18

CMYK Percentages of Color #b76bcb

%10
%47
%0
%20

Triadic Colors of #b76bcb

#b76bcb #cbb76b #6bcbb7

Analogous Colors of #b76bcb

#b76bcb #cb6baf #876bcb

Monochromatic Colors of #b76bcb

#b76bcb

Complementary Color

#b76bcb #7fcb6b

#b76bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76bcb Color CSS Codes

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

#b76bcb Text Font Color

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

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


#b76bcb Background Color

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

This div background color is #b76bcb


#b76bcb Border Color

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

This div border color is #b76bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76bcb


Comments

No comments written yet.

Please login to write comment.