Color Hex Logo

#b941ff Color Hex

#B941FF
(185,65,255)
0 Favorites   0 Comments

Color spaces of #b941ff

RGB 18565255
HSL0.771.000.63
HSV278°75°100°
CMYK 0.270.750.00   0.00
XYZ39.947921.314996.6164
Yxy21.31490.25300.1350
Hunter Lab46.168173.6568-91.7592
CIE-Lab53.292475.8574-72.7186

#b941ff color RGB value is (185,65,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000001 11111111
Octal 271 101 377
Decimal 185 65 255
Hex B9 41 FF

RGB Percentages of Color #b941ff

%36.63
%12.87
%50.50

CMYK Percentages of Color #b941ff

%27
%75
%0
%0

Triadic Colors of #b941ff

#b941ff #ffb941 #41ffb9

Analogous Colors of #b941ff

#b941ff #ff41e6 #5a41ff

Monochromatic Colors of #b941ff

#b941ff

Complementary Color

#b941ff #87ff41

#b941ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b941ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b941ff Color CSS Codes

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

#b941ff Text Font Color

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

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


#b941ff Background Color

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

This div background color is #b941ff


#b941ff Border Color

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

This div border color is #b941ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b941ff

Related Colors


Comments

No comments written yet.

Please login to write comment.