Color Hex Logo

#b76dfb Color Hex

#B76DFB
(183,109,251)
0 Favorites   0 Comments

Color spaces of #b76dfb

RGB 183109251
HSL0.750.950.71
HSV271°57°98°
CMYK 0.270.570.00   0.02
XYZ42.409727.969694.4302
Yxy27.96960.25730.1697
Hunter Lab52.886350.5887-68.8438
CIE-Lab59.861355.0841-59.9323

#b76dfb color RGB value is (183,109,251).

#b76dfb hex color red value is 183, green value is 109 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b76dfb hue: 0.75 , saturation: 0.95 and the lightness value of b76dfb is 0.71.

The process color (four color CMYK) of #b76dfb color hex is 0.27, 0.57, 0.00, 0.02. Web safe color of #b76dfb is #cc66ff. Color #b76dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101101 11111011
Octal 267 155 373
Decimal 183 109 251
Hex B7 6D FB

RGB Percentages of Color #b76dfb

%33.70
%20.07
%46.22

CMYK Percentages of Color #b76dfb

%27
%57
%0
%2

Triadic Colors of #b76dfb

#b76dfb #fbb76d #6dfbb7

Analogous Colors of #b76dfb

#b76dfb #fb6df8 #706dfb

Monochromatic Colors of #b76dfb

#b76dfb

Complementary Color

#b76dfb #b1fb6d

#b76dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76dfb Color CSS Codes

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

#b76dfb Text Font Color

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

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


#b76dfb Background Color

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

This div background color is #b76dfb


#b76dfb Border Color

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

This div border color is #b76dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76dfb


Comments

No comments written yet.

Please login to write comment.