Color Hex Logo

#b096fc Color Hex

#B096FC
(176,150,252)
0 Favorites   0 Comments

Color spaces of #b096fc

RGB 176150252
HSL0.710.940.79
HSV255°40°99°
CMYK 0.300.400.00   0.01
XYZ46.381538.071196.9993
Yxy38.07110.25560.2098
Hunter Lab61.701826.2011-50.0166
CIE-Lab68.073031.2621-47.4884

#b096fc color RGB value is (176,150,252).

#b096fc hex color red value is 176, green value is 150 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b096fc hue: 0.71 , saturation: 0.94 and the lightness value of b096fc is 0.79.

The process color (four color CMYK) of #b096fc color hex is 0.30, 0.40, 0.00, 0.01. Web safe color of #b096fc is #9999ff. Color #b096fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010110 11111100
Octal 260 226 374
Decimal 176 150 252
Hex B0 96 FC

RGB Percentages of Color #b096fc

%30.45
%25.95
%43.60

CMYK Percentages of Color #b096fc

%30
%40
%0
%1

Triadic Colors of #b096fc

#b096fc #fcb096 #96fcb0

Analogous Colors of #b096fc

#b096fc #e396fc #96affc

Monochromatic Colors of #b096fc

#b096fc

Complementary Color

#b096fc #e2fc96

#b096fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b096fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b096fc Color CSS Codes

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

#b096fc Text Font Color

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

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


#b096fc Background Color

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

This div background color is #b096fc


#b096fc Border Color

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

This div border color is #b096fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b096fc

Related Colors


Comments

No comments written yet.

Please login to write comment.