Color Hex Logo

#b15efc Color Hex

#B15EFC
(177,94,252)
0 Favorites   0 Comments

Color spaces of #b15efc

RGB 17794252
HSL0.750.960.68
HSV272°63°99°
CMYK 0.300.630.00   0.01
XYZ39.704924.380894.7087
Yxy24.38080.25000.1535
Hunter Lab49.376957.1256-79.1589
CIE-Lab56.467161.4127-65.9717

#b15efc color RGB value is (177,94,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011110 11111100
Octal 261 136 374
Decimal 177 94 252
Hex B1 5E FC

RGB Percentages of Color #b15efc

%33.84
%17.97
%48.18

CMYK Percentages of Color #b15efc

%30
%63
%0
%1

Triadic Colors of #b15efc

#b15efc #fcb15e #5efcb1

Analogous Colors of #b15efc

#b15efc #fc5ef8 #625efc

Monochromatic Colors of #b15efc

#b15efc

Complementary Color

#b15efc #a9fc5e

#b15efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15efc Color CSS Codes

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

#b15efc Text Font Color

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

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


#b15efc Background Color

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

This div background color is #b15efc


#b15efc Border Color

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

This div border color is #b15efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15efc


Comments

No comments written yet.

Please login to write comment.