Color Hex Logo

#b28bfa Color Hex

#B28BFA
(178,139,250)
0 Favorites   0 Comments

Color spaces of #b28bfa

RGB 178139250
HSL0.730.920.76
HSV261°44°98°
CMYK 0.290.440.00   0.02
XYZ44.848034.832394.8020
Yxy34.83230.25700.1996
Hunter Lab59.018932.3577-53.9242
CIE-Lab65.617937.4574-50.2571

#b28bfa color RGB value is (178,139,250).

#b28bfa hex color red value is 178, green value is 139 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b28bfa hue: 0.73 , saturation: 0.92 and the lightness value of b28bfa is 0.76.

The process color (four color CMYK) of #b28bfa color hex is 0.29, 0.44, 0.00, 0.02. Web safe color of #b28bfa is #9999ff. Color #b28bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001011 11111010
Octal 262 213 372
Decimal 178 139 250
Hex B2 8B FA

RGB Percentages of Color #b28bfa

%31.39
%24.51
%44.09

CMYK Percentages of Color #b28bfa

%29
%44
%0
%2

Triadic Colors of #b28bfa

#b28bfa #fab28b #8bfab2

Analogous Colors of #b28bfa

#b28bfa #ea8bfa #8b9cfa

Monochromatic Colors of #b28bfa

#b28bfa

Complementary Color

#b28bfa #d3fa8b

#b28bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28bfa Color CSS Codes

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

#b28bfa Text Font Color

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

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


#b28bfa Background Color

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

This div background color is #b28bfa


#b28bfa Border Color

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

This div border color is #b28bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28bfa


Comments

No comments written yet.

Please login to write comment.