Color Hex Logo

#b47dfa Color Hex

#B47DFA
(180,125,250)
0 Favorites   0 Comments

Color spaces of #b47dfa

RGB 180125250
HSL0.740.930.74
HSV266°50°98°
CMYK 0.280.500.00   0.02
XYZ43.411331.272794.1907
Yxy31.27270.25710.1852
Hunter Lab55.922040.7030-60.7181
CIE-Lab62.737245.6725-54.8125

#b47dfa color RGB value is (180,125,250).

#b47dfa hex color red value is 180, green value is 125 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b47dfa hue: 0.74 , saturation: 0.93 and the lightness value of b47dfa is 0.74.

The process color (four color CMYK) of #b47dfa color hex is 0.28, 0.50, 0.00, 0.02. Web safe color of #b47dfa is #cc66ff. Color #b47dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111101 11111010
Octal 264 175 372
Decimal 180 125 250
Hex B4 7D FA

RGB Percentages of Color #b47dfa

%32.43
%22.52
%45.05

CMYK Percentages of Color #b47dfa

%28
%50
%0
%2

Triadic Colors of #b47dfa

#b47dfa #fab47d #7dfab4

Analogous Colors of #b47dfa

#b47dfa #f37dfa #7d85fa

Monochromatic Colors of #b47dfa

#b47dfa

Complementary Color

#b47dfa #c3fa7d

#b47dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47dfa Color CSS Codes

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

#b47dfa Text Font Color

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

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


#b47dfa Background Color

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

This div background color is #b47dfa


#b47dfa Border Color

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

This div border color is #b47dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47dfa


Comments

No comments written yet.

Please login to write comment.