Color Hex Logo

#b76dfa Color Hex

#B76DFA
(183,109,250)
0 Favorites   0 Comments

Color spaces of #b76dfa

RGB 183109250
HSL0.750.930.70
HSV271°56°98°
CMYK 0.270.560.00   0.02
XYZ42.252427.906793.6021
Yxy27.90670.25800.1704
Hunter Lab52.826850.3226-68.0753
CIE-Lab59.804454.8565-59.4713

#b76dfa color RGB value is (183,109,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101101 11111010
Octal 267 155 372
Decimal 183 109 250
Hex B7 6D FA

RGB Percentages of Color #b76dfa

%33.76
%20.11
%46.13

CMYK Percentages of Color #b76dfa

%27
%56
%0
%2

Triadic Colors of #b76dfa

#b76dfa #fab76d #6dfab7

Analogous Colors of #b76dfa

#b76dfa #fa6df7 #716dfa

Monochromatic Colors of #b76dfa

#b76dfa

Complementary Color

#b76dfa #b0fa6d

#b76dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76dfa Color CSS Codes

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

#b76dfa Text Font Color

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

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


#b76dfa Background Color

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

This div background color is #b76dfa


#b76dfa Border Color

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

This div border color is #b76dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76dfa


Comments

No comments written yet.

Please login to write comment.