Color Hex Logo

#b76ccc Color Hex

#B76CCC
(183,108,204)
0 Favorites   0 Comments

Color spaces of #b76ccc

RGB 183108204
HSL0.800.480.61
HSV287°47°80°
CMYK 0.100.470.00   0.20
XYZ35.790125.152060.0952
Yxy25.15200.29570.2078
Hunter Lab50.151839.6184-35.9390
CIE-Lab57.223245.4417-37.8082

#b76ccc color RGB value is (183,108,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101100 11001100
Octal 267 154 314
Decimal 183 108 204
Hex B7 6C CC

RGB Percentages of Color #b76ccc

%36.97
%21.82
%41.21

CMYK Percentages of Color #b76ccc

%10
%47
%0
%20

Triadic Colors of #b76ccc

#b76ccc #ccb76c #6cccb7

Analogous Colors of #b76ccc

#b76ccc #cc6cb1 #876ccc

Monochromatic Colors of #b76ccc

#b76ccc

Complementary Color

#b76ccc #81cc6c

#b76ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76ccc Color CSS Codes

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

#b76ccc Text Font Color

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

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


#b76ccc Background Color

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

This div background color is #b76ccc


#b76ccc Border Color

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

This div border color is #b76ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76ccc


Comments

No comments written yet.

Please login to write comment.