Color Hex Logo

#b39afe Color Hex

#B39AFE
(179,154,254)
0 Favorites   0 Comments

Color spaces of #b39afe

RGB 179154254
HSL0.710.980.80
HSV255°39°100°
CMYK 0.300.390.00   0.00
XYZ48.035439.850798.9261
Yxy39.85070.25710.2133
Hunter Lab63.127425.3526-48.7234
CIE-Lab69.363130.3258-46.5300

#b39afe color RGB value is (179,154,254).

#b39afe hex color red value is 179, green value is 154 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b39afe hue: 0.71 , saturation: 0.98 and the lightness value of b39afe is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011010 11111110
Octal 263 232 376
Decimal 179 154 254
Hex B3 9A FE

RGB Percentages of Color #b39afe

%30.49
%26.24
%43.27

CMYK Percentages of Color #b39afe

%30
%39
%0
%0

Triadic Colors of #b39afe

#b39afe #feb39a #9afeb3

Analogous Colors of #b39afe

#b39afe #e59afe #9ab3fe

Monochromatic Colors of #b39afe

#b39afe

Complementary Color

#b39afe #e5fe9a

#b39afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39afe Color CSS Codes

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

#b39afe Text Font Color

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

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


#b39afe Background Color

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

This div background color is #b39afe


#b39afe Border Color

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

This div border color is #b39afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39afe

Related Colors


Comments

No comments written yet.

Please login to write comment.