Color Hex Logo

#b38dfa Color Hex

#B38DFA
(179,141,250)
0 Favorites   0 Comments

Color spaces of #b38dfa

RGB 179141250
HSL0.720.920.77
HSV261°44°98°
CMYK 0.280.440.00   0.02
XYZ45.370635.535694.9102
Yxy35.53560.25810.2021
Hunter Lab59.611731.5361-52.6697
CIE-Lab66.163636.6115-49.3889

#b38dfa color RGB value is (179,141,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001101 11111010
Octal 263 215 372
Decimal 179 141 250
Hex B3 8D FA

RGB Percentages of Color #b38dfa

%31.40
%24.74
%43.86

CMYK Percentages of Color #b38dfa

%28
%44
%0
%2

Triadic Colors of #b38dfa

#b38dfa #fab38d #8dfab3

Analogous Colors of #b38dfa

#b38dfa #ea8dfa #8d9efa

Monochromatic Colors of #b38dfa

#b38dfa

Complementary Color

#b38dfa #d4fa8d

#b38dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38dfa Color CSS Codes

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

#b38dfa Text Font Color

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

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


#b38dfa Background Color

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

This div background color is #b38dfa


#b38dfa Border Color

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

This div border color is #b38dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38dfa


Comments

No comments written yet.

Please login to write comment.