Color Hex Logo

#b447fa Color Hex

#B447FA
(180,71,250)
0 Favorites   0 Comments

Color spaces of #b447fa

RGB 18071250
HSL0.770.950.63
HSV277°72°98°
CMYK 0.280.720.00   0.02
XYZ38.330921.111992.4972
Yxy21.11190.25230.1389
Hunter Lab45.947768.5014-87.1932
CIE-Lab53.071771.6854-70.3280

#b447fa color RGB value is (180,71,250).

#b447fa hex color red value is 180, green value is 71 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b447fa hue: 0.77 , saturation: 0.95 and the lightness value of b447fa is 0.63.

The process color (four color CMYK) of #b447fa color hex is 0.28, 0.72, 0.00, 0.02. Web safe color of #b447fa is #cc33ff. Color #b447fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000111 11111010
Octal 264 107 372
Decimal 180 71 250
Hex B4 47 FA

RGB Percentages of Color #b447fa

%35.93
%14.17
%49.90

CMYK Percentages of Color #b447fa

%28
%72
%0
%2

Triadic Colors of #b447fa

#b447fa #fab447 #47fab4

Analogous Colors of #b447fa

#b447fa #fa47e7 #5b47fa

Monochromatic Colors of #b447fa

#b447fa

Complementary Color

#b447fa #8dfa47

#b447fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b447fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b447fa Color CSS Codes

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

#b447fa Text Font Color

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

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


#b447fa Background Color

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

This div background color is #b447fa


#b447fa Border Color

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

This div border color is #b447fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b447fa


Comments

No comments written yet.

Please login to write comment.