Color Hex Logo

#b76bdb Color Hex

#B76BDB
(183,107,219)
0 Favorites   0 Comments

Color spaces of #b76bdb

RGB 183107219
HSL0.780.610.64
HSV281°51°86°
CMYK 0.160.510.00   0.14
XYZ37.572325.697169.9976
Yxy25.69710.28190.1928
Hunter Lab50.692343.5897-46.3850
CIE-Lab57.748449.0742-45.4596

#b76bdb color RGB value is (183,107,219).

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

The process color (four color CMYK) of #b76bdb color hex is 0.16, 0.51, 0.00, 0.14. Web safe color of #b76bdb is #cc66cc. Color #b76bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101011 11011011
Octal 267 153 333
Decimal 183 107 219
Hex B7 6B DB

RGB Percentages of Color #b76bdb

%35.95
%21.02
%43.03

CMYK Percentages of Color #b76bdb

%16
%51
%0
%14

Triadic Colors of #b76bdb

#b76bdb #dbb76b #6bdbb7

Analogous Colors of #b76bdb

#b76bdb #db6bc7 #7f6bdb

Monochromatic Colors of #b76bdb

#b76bdb

Complementary Color

#b76bdb #8fdb6b

#b76bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76bdb Color CSS Codes

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

#b76bdb Text Font Color

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

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


#b76bdb Background Color

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

This div background color is #b76bdb


#b76bdb Border Color

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

This div border color is #b76bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76bdb


Comments

No comments written yet.

Please login to write comment.