Color Hex Logo

#b048fc Color Hex

#B048FC
(176,72,252)
0 Favorites   0 Comments

Color spaces of #b048fc

RGB 17672252
HSL0.760.970.64
HSV275°71°99°
CMYK 0.300.710.00   0.01
XYZ37.792520.893194.1363
Yxy20.89310.24730.1367
Hunter Lab45.709067.5944-90.1098
CIE-Lab52.832370.9798-71.8532

#b048fc color RGB value is (176,72,252).

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

The process color (four color CMYK) of #b048fc color hex is 0.30, 0.71, 0.00, 0.01. Web safe color of #b048fc is #9933ff. Color #b048fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001000 11111100
Octal 260 110 374
Decimal 176 72 252
Hex B0 48 FC

RGB Percentages of Color #b048fc

%35.20
%14.40
%50.40

CMYK Percentages of Color #b048fc

%30
%71
%0
%1

Triadic Colors of #b048fc

#b048fc #fcb048 #48fcb0

Analogous Colors of #b048fc

#b048fc #fc48ee #5648fc

Monochromatic Colors of #b048fc

#b048fc

Complementary Color

#b048fc #94fc48

#b048fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b048fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b048fc Color CSS Codes

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

#b048fc Text Font Color

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

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


#b048fc Background Color

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

This div background color is #b048fc


#b048fc Border Color

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

This div border color is #b048fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b048fc


Comments

No comments written yet.

Please login to write comment.