Color Hex Logo

#b949ff Color Hex

#B949FF
(185,73,255)
0 Favorites   0 Comments

Color spaces of #b949ff

RGB 18573255
HSL0.771.000.64
HSV277°71°100°
CMYK 0.270.710.00   0.00
XYZ40.440122.299496.7805
Yxy22.29940.25350.1398
Hunter Lab47.222270.2246-88.4574
CIE-Lab54.343272.8599-71.0156

#b949ff color RGB value is (185,73,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001001 11111111
Octal 271 111 377
Decimal 185 73 255
Hex B9 49 FF

RGB Percentages of Color #b949ff

%36.06
%14.23
%49.71

CMYK Percentages of Color #b949ff

%27
%71
%0
%0

Triadic Colors of #b949ff

#b949ff #ffb949 #49ffb9

Analogous Colors of #b949ff

#b949ff #ff49ea #5e49ff

Monochromatic Colors of #b949ff

#b949ff

Complementary Color

#b949ff #8fff49

#b949ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b949ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b949ff Color CSS Codes

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

#b949ff Text Font Color

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

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


#b949ff Background Color

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

This div background color is #b949ff


#b949ff Border Color

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

This div border color is #b949ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b949ff

Related Colors


Comments

No comments written yet.

Please login to write comment.