Color Hex Logo

#b28afa Color Hex

#B28AFA
(178,138,250)
0 Favorites   0 Comments

Color spaces of #b28afa

RGB 178138250
HSL0.730.920.76
HSV261°45°98°
CMYK 0.290.450.00   0.02
XYZ44.703934.544194.7540
Yxy34.54410.25690.1985
Hunter Lab58.774232.9129-54.4435
CIE-Lab65.392238.0129-50.6141

#b28afa color RGB value is (178,138,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001010 11111010
Octal 262 212 372
Decimal 178 138 250
Hex B2 8A FA

RGB Percentages of Color #b28afa

%31.45
%24.38
%44.17

CMYK Percentages of Color #b28afa

%29
%45
%0
%2

Triadic Colors of #b28afa

#b28afa #fab28a #8afab2

Analogous Colors of #b28afa

#b28afa #ea8afa #8a9afa

Monochromatic Colors of #b28afa

#b28afa

Complementary Color

#b28afa #d2fa8a

#b28afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28afa Color CSS Codes

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

#b28afa Text Font Color

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

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


#b28afa Background Color

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

This div background color is #b28afa


#b28afa Border Color

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

This div border color is #b28afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28afa


Comments

No comments written yet.

Please login to write comment.