Color Hex Logo

#b146ef Color Hex

#B146EF
(177,70,239)
0 Favorites   0 Comments

Color spaces of #b146ef

RGB 17770239
HSL0.770.840.61
HSV278°71°94°
CMYK 0.260.710.00   0.06
XYZ35.901619.959483.6217
Yxy19.95940.25740.1431
Hunter Lab44.675965.2597-79.7022
CIE-Lab51.791369.2298-66.2724

#b146ef color RGB value is (177,70,239).

#b146ef hex color red value is 177, green value is 70 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b146ef hue: 0.77 , saturation: 0.84 and the lightness value of b146ef is 0.61.

The process color (four color CMYK) of #b146ef color hex is 0.26, 0.71, 0.00, 0.06. Web safe color of #b146ef is #9933ff. Color #b146ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000110 11101111
Octal 261 106 357
Decimal 177 70 239
Hex B1 46 EF

RGB Percentages of Color #b146ef

%36.42
%14.40
%49.18

CMYK Percentages of Color #b146ef

%26
%71
%0
%6

Triadic Colors of #b146ef

#b146ef #efb146 #46efb1

Analogous Colors of #b146ef

#b146ef #ef46d9 #5c46ef

Monochromatic Colors of #b146ef

#b146ef

Complementary Color

#b146ef #84ef46

#b146ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b146ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b146ef Color CSS Codes

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

#b146ef Text Font Color

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

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


#b146ef Background Color

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

This div background color is #b146ef


#b146ef Border Color

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

This div border color is #b146ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b146ef


Comments

No comments written yet.

Please login to write comment.