Color Hex Logo

#b47ffa Color Hex

#B47FFA
(180,127,250)
0 Favorites   0 Comments

Color spaces of #b47ffa

RGB 180127250
HSL0.740.920.74
HSV266°49°98°
CMYK 0.280.490.00   0.02
XYZ43.667131.784294.2759
Yxy31.78420.25730.1873
Hunter Lab56.377539.5964-59.6821
CIE-Lab63.164144.5870-54.1338

#b47ffa color RGB value is (180,127,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111111 11111010
Octal 264 177 372
Decimal 180 127 250
Hex B4 7F FA

RGB Percentages of Color #b47ffa

%32.32
%22.80
%44.88

CMYK Percentages of Color #b47ffa

%28
%49
%0
%2

Triadic Colors of #b47ffa

#b47ffa #fab47f #7ffab4

Analogous Colors of #b47ffa

#b47ffa #f27ffa #7f88fa

Monochromatic Colors of #b47ffa

#b47ffa

Complementary Color

#b47ffa #c5fa7f

#b47ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47ffa Color CSS Codes

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

#b47ffa Text Font Color

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

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


#b47ffa Background Color

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

This div background color is #b47ffa


#b47ffa Border Color

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

This div border color is #b47ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.