Color Hex Logo

#b946fe Color Hex

#B946FE
(185,70,254)
0 Favorites   0 Comments

Color spaces of #b946fe

RGB 18570254
HSL0.770.990.64
HSV278°72°100°
CMYK 0.270.720.00   0.00
XYZ40.087121.850495.8706
Yxy21.85040.25400.1385
Hunter Lab46.744471.2754-88.8799
CIE-Lab53.867973.8114-71.2306

#b946fe color RGB value is (185,70,254).

#b946fe hex color red value is 185, green value is 70 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b946fe hue: 0.77 , saturation: 0.99 and the lightness value of b946fe is 0.64.

The process color (four color CMYK) of #b946fe color hex is 0.27, 0.72, 0.00, 0.00. Web safe color of #b946fe is #cc33ff. Color #b946fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000110 11111110
Octal 271 106 376
Decimal 185 70 254
Hex B9 46 FE

RGB Percentages of Color #b946fe

%36.35
%13.75
%49.90

CMYK Percentages of Color #b946fe

%27
%72
%0
%0

Triadic Colors of #b946fe

#b946fe #feb946 #46feb9

Analogous Colors of #b946fe

#b946fe #fe46e7 #5d46fe

Monochromatic Colors of #b946fe

#b946fe

Complementary Color

#b946fe #8bfe46

#b946fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b946fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b946fe Color CSS Codes

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

#b946fe Text Font Color

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

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


#b946fe Background Color

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

This div background color is #b946fe


#b946fe Border Color

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

This div border color is #b946fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b946fe

Related Colors


Comments

No comments written yet.

Please login to write comment.