Color Hex Logo

#b846ff Color Hex

#B846FF
(184,70,255)
0 Favorites   0 Comments

Color spaces of #b846ff

RGB 18470255
HSL0.771.000.64
HSV277°73°100°
CMYK 0.280.730.00   0.00
XYZ40.007321.790796.7051
Yxy21.79070.25240.1375
Hunter Lab46.680571.2916-90.1510
CIE-Lab53.804273.8369-71.8950

#b846ff color RGB value is (184,70,255).

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

The process color (four color CMYK) of #b846ff color hex is 0.28, 0.73, 0.00, 0.00. Web safe color of #b846ff is #cc33ff. Color #b846ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000110 11111111
Octal 270 106 377
Decimal 184 70 255
Hex B8 46 FF

RGB Percentages of Color #b846ff

%36.15
%13.75
%50.10

CMYK Percentages of Color #b846ff

%28
%73
%0
%0

Triadic Colors of #b846ff

#b846ff #ffb846 #46ffb8

Analogous Colors of #b846ff

#b846ff #ff46ea #5c46ff

Monochromatic Colors of #b846ff

#b846ff

Complementary Color

#b846ff #8dff46

#b846ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b846ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b846ff Color CSS Codes

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

#b846ff Text Font Color

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

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


#b846ff Background Color

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

This div background color is #b846ff


#b846ff Border Color

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

This div border color is #b846ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b846ff


Comments

No comments written yet.

Please login to write comment.