Color Hex Logo

#b399fa Color Hex

#B399FA
(179,153,250)
0 Favorites   0 Comments

Color spaces of #b399fa

RGB 179153250
HSL0.710.910.79
HSV256°39°98°
CMYK 0.280.390.00   0.02
XYZ47.237039.268395.5324
Yxy39.26830.25950.2157
Hunter Lab62.664424.8921-46.5230
CIE-Lab68.945229.9082-45.0096

#b399fa color RGB value is (179,153,250).

#b399fa hex color red value is 179, green value is 153 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b399fa hue: 0.71 , saturation: 0.91 and the lightness value of b399fa is 0.79.

The process color (four color CMYK) of #b399fa color hex is 0.28, 0.39, 0.00, 0.02. Web safe color of #b399fa is #cc99ff. Color #b399fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011001 11111010
Octal 263 231 372
Decimal 179 153 250
Hex B3 99 FA

RGB Percentages of Color #b399fa

%30.76
%26.29
%42.96

CMYK Percentages of Color #b399fa

%28
%39
%0
%2

Triadic Colors of #b399fa

#b399fa #fab399 #99fab3

Analogous Colors of #b399fa

#b399fa #e499fa #99b0fa

Monochromatic Colors of #b399fa

#b399fa

Complementary Color

#b399fa #e0fa99

#b399fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b399fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b399fa Color CSS Codes

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

#b399fa Text Font Color

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

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


#b399fa Background Color

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

This div background color is #b399fa


#b399fa Border Color

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

This div border color is #b399fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,153,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b399fa


Comments

No comments written yet.

Please login to write comment.