Color Hex Logo

#b15dfe Color Hex

#B15DFE
(177,93,254)
0 Favorites   0 Comments

Color spaces of #b15dfe

RGB 17793254
HSL0.750.990.68
HSV271°63°100°
CMYK 0.300.630.00   0.00
XYZ39.935224.331696.3576
Yxy24.33160.24860.1515
Hunter Lab49.327158.1912-81.2907
CIE-Lab56.418362.3442-67.1574

#b15dfe color RGB value is (177,93,254).

#b15dfe hex color red value is 177, green value is 93 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b15dfe hue: 0.75 , saturation: 0.99 and the lightness value of b15dfe is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011101 11111110
Octal 261 135 376
Decimal 177 93 254
Hex B1 5D FE

RGB Percentages of Color #b15dfe

%33.78
%17.75
%48.47

CMYK Percentages of Color #b15dfe

%30
%63
%0
%0

Triadic Colors of #b15dfe

#b15dfe #feb15d #5dfeb1

Analogous Colors of #b15dfe

#b15dfe #fe5dfb #615dfe

Monochromatic Colors of #b15dfe

#b15dfe

Complementary Color

#b15dfe #aafe5d

#b15dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15dfe Color CSS Codes

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

#b15dfe Text Font Color

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

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


#b15dfe Background Color

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

This div background color is #b15dfe


#b15dfe Border Color

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

This div border color is #b15dfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,93,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.