Color Hex Logo

#b949fc Color Hex

#B949FC
(185,73,252)
0 Favorites   0 Comments

Color spaces of #b949fc

RGB 18573252
HSL0.770.970.64
HSV278°71°99°
CMYK 0.270.710.00   0.01
XYZ39.960822.107694.2565
Yxy22.10760.25560.1414
Hunter Lab47.018769.4228-85.9431
CIE-Lab54.141072.2401-69.6779

#b949fc color RGB value is (185,73,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001001 11111100
Octal 271 111 374
Decimal 185 73 252
Hex B9 49 FC

RGB Percentages of Color #b949fc

%36.27
%14.31
%49.41

CMYK Percentages of Color #b949fc

%27
%71
%0
%1

Triadic Colors of #b949fc

#b949fc #fcb949 #49fcb9

Analogous Colors of #b949fc

#b949fc #fc49e6 #6049fc

Monochromatic Colors of #b949fc

#b949fc

Complementary Color

#b949fc #8cfc49

#b949fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b949fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b949fc Color CSS Codes

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

#b949fc Text Font Color

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

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


#b949fc Background Color

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

This div background color is #b949fc


#b949fc Border Color

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

This div border color is #b949fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,73,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b949fc


Comments

No comments written yet.

Please login to write comment.