Color Hex Logo

#b38afa Color Hex

#B38AFA
(179,138,250)
0 Favorites   0 Comments

Color spaces of #b38afa

RGB 179138250
HSL0.730.920.76
HSV262°45°98°
CMYK 0.280.450.00   0.02
XYZ44.934234.662894.7648
Yxy34.66280.25770.1988
Hunter Lab58.875133.2019-54.2200
CIE-Lab65.485338.2782-50.4608

#b38afa color RGB value is (179,138,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001010 11111010
Octal 263 212 372
Decimal 179 138 250
Hex B3 8A FA

RGB Percentages of Color #b38afa

%31.57
%24.34
%44.09

CMYK Percentages of Color #b38afa

%28
%45
%0
%2

Triadic Colors of #b38afa

#b38afa #fab38a #8afab3

Analogous Colors of #b38afa

#b38afa #eb8afa #8a99fa

Monochromatic Colors of #b38afa

#b38afa

Complementary Color

#b38afa #d1fa8a

#b38afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38afa Color CSS Codes

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

#b38afa Text Font Color

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

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


#b38afa Background Color

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

This div background color is #b38afa


#b38afa Border Color

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

This div border color is #b38afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38afa


Comments

No comments written yet.

Please login to write comment.