Color Hex Logo

#b15dfa Color Hex

#B15DFA
(177,93,250)
0 Favorites   0 Comments

Color spaces of #b15dfa

RGB 17793250
HSL0.760.940.67
HSV272°63°98°
CMYK 0.290.630.00   0.02
XYZ39.301124.077993.0186
Yxy24.07790.25130.1540
Hunter Lab49.069257.0951-78.0452
CIE-Lab56.165761.4402-65.3489

#b15dfa color RGB value is (177,93,250).

#b15dfa hex color red value is 177, green value is 93 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b15dfa hue: 0.76 , saturation: 0.94 and the lightness value of b15dfa is 0.67.

The process color (four color CMYK) of #b15dfa color hex is 0.29, 0.63, 0.00, 0.02. Web safe color of #b15dfa is #9966ff. Color #b15dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011101 11111010
Octal 261 135 372
Decimal 177 93 250
Hex B1 5D FA

RGB Percentages of Color #b15dfa

%34.04
%17.88
%48.08

CMYK Percentages of Color #b15dfa

%29
%63
%0
%2

Triadic Colors of #b15dfa

#b15dfa #fab15d #5dfab1

Analogous Colors of #b15dfa

#b15dfa #fa5df5 #635dfa

Monochromatic Colors of #b15dfa

#b15dfa

Complementary Color

#b15dfa #a6fa5d

#b15dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15dfa Color CSS Codes

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

#b15dfa Text Font Color

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

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


#b15dfa Background Color

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

This div background color is #b15dfa


#b15dfa Border Color

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

This div border color is #b15dfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,93,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 #b15dfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15dfa


Comments

No comments written yet.

Please login to write comment.