Color Hex Logo

#b849fc Color Hex

#B849FC
(184,73,252)
0 Favorites   0 Comments

Color spaces of #b849fc

RGB 18473252
HSL0.770.970.64
HSV277°71°99°
CMYK 0.270.710.00   0.01
XYZ39.720421.983794.2452
Yxy21.98370.25470.1410
Hunter Lab46.886869.1654-86.3557
CIE-Lab54.009772.0533-69.8966

#b849fc color RGB value is (184,73,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001001 11111100
Octal 270 111 374
Decimal 184 73 252
Hex B8 49 FC

RGB Percentages of Color #b849fc

%36.15
%14.34
%49.51

CMYK Percentages of Color #b849fc

%27
%71
%0
%1

Triadic Colors of #b849fc

#b849fc #fcb849 #49fcb8

Analogous Colors of #b849fc

#b849fc #fc49e7 #5f49fc

Monochromatic Colors of #b849fc

#b849fc

Complementary Color

#b849fc #8dfc49

#b849fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b849fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b849fc Color CSS Codes

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

#b849fc Text Font Color

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

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


#b849fc Background Color

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

This div background color is #b849fc


#b849fc Border Color

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

This div border color is #b849fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b849fc

Related Colors


Comments

No comments written yet.

Please login to write comment.