Color Hex Logo

#b15cfe Color Hex

#B15CFE
(177,92,254)
0 Favorites   0 Comments

Color spaces of #b15cfe

RGB 17792254
HSL0.750.990.68
HSV271°64°100°
CMYK 0.300.640.00   0.00
XYZ39.848024.157296.3285
Yxy24.15720.24850.1507
Hunter Lab49.150058.7052-81.7968
CIE-Lab56.244862.8190-67.4371

#b15cfe color RGB value is (177,92,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011100 11111110
Octal 261 134 376
Decimal 177 92 254
Hex B1 5C FE

RGB Percentages of Color #b15cfe

%33.84
%17.59
%48.57

CMYK Percentages of Color #b15cfe

%30
%64
%0
%0

Triadic Colors of #b15cfe

#b15cfe #feb15c #5cfeb1

Analogous Colors of #b15cfe

#b15cfe #fe5cfa #605cfe

Monochromatic Colors of #b15cfe

#b15cfe

Complementary Color

#b15cfe #a9fe5c

#b15cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15cfe Color CSS Codes

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

#b15cfe Text Font Color

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

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


#b15cfe Background Color

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

This div background color is #b15cfe


#b15cfe Border Color

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

This div border color is #b15cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15cfe


Comments

No comments written yet.

Please login to write comment.