Color Hex Logo

#b38bfe Color Hex

#B38BFE
(179,139,254)
0 Favorites   0 Comments

Color spaces of #b38bfe

RGB 179139254
HSL0.720.980.77
HSV261°45°100°
CMYK 0.300.450.00   0.00
XYZ45.712435.204798.1518
Yxy35.20470.25530.1966
Hunter Lab59.333533.6882-56.5463
CIE-Lab65.907738.6930-51.9808

#b38bfe color RGB value is (179,139,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001011 11111110
Octal 263 213 376
Decimal 179 139 254
Hex B3 8B FE

RGB Percentages of Color #b38bfe

%31.29
%24.30
%44.41

CMYK Percentages of Color #b38bfe

%30
%45
%0
%0

Triadic Colors of #b38bfe

#b38bfe #feb38b #8bfeb3

Analogous Colors of #b38bfe

#b38bfe #ed8bfe #8b9dfe

Monochromatic Colors of #b38bfe

#b38bfe

Complementary Color

#b38bfe #d6fe8b

#b38bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38bfe Color CSS Codes

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

#b38bfe Text Font Color

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

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


#b38bfe Background Color

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

This div background color is #b38bfe


#b38bfe Border Color

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

This div border color is #b38bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38bfe


Comments

No comments written yet.

Please login to write comment.