Color Hex Logo

#b39ffc Color Hex

#B39FFC
(179,159,252)
0 Favorites   0 Comments

Color spaces of #b39ffc

RGB 179159252
HSL0.700.940.81
HSV253°37°99°
CMYK 0.290.370.00   0.01
XYZ48.559241.408397.5287
Yxy41.40830.25900.2208
Hunter Lab64.349322.0883-44.8163
CIE-Lab70.461027.0356-43.7205

#b39ffc color RGB value is (179,159,252).

#b39ffc hex color red value is 179, green value is 159 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b39ffc hue: 0.70 , saturation: 0.94 and the lightness value of b39ffc is 0.81.

The process color (four color CMYK) of #b39ffc color hex is 0.29, 0.37, 0.00, 0.01. Web safe color of #b39ffc is #cc99ff. Color #b39ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011111 11111100
Octal 263 237 374
Decimal 179 159 252
Hex B3 9F FC

RGB Percentages of Color #b39ffc

%30.34
%26.95
%42.71

CMYK Percentages of Color #b39ffc

%29
%37
%0
%1

Triadic Colors of #b39ffc

#b39ffc #fcb39f #9ffcb3

Analogous Colors of #b39ffc

#b39ffc #e29ffc #9fbafc

Monochromatic Colors of #b39ffc

#b39ffc

Complementary Color

#b39ffc #e8fc9f

#b39ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39ffc Color CSS Codes

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

#b39ffc Text Font Color

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

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


#b39ffc Background Color

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

This div background color is #b39ffc


#b39ffc Border Color

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

This div border color is #b39ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39ffc


Comments

No comments written yet.

Please login to write comment.