Color Hex Logo

#bf47fa Color Hex

#BF47FA
(191,71,250)
0 Favorites   0 Comments

Color spaces of #bf47fa

RGB 19171250
HSL0.780.950.63
HSV280°72°98°
CMYK 0.240.720.00   0.02
XYZ40.994422.485092.6219
Yxy22.48500.26260.1440
Hunter Lab47.418471.3358-82.6179
CIE-Lab54.537973.7315-67.8853

#bf47fa color RGB value is (191,71,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000111 11111010
Octal 277 107 372
Decimal 191 71 250
Hex BF 47 FA

RGB Percentages of Color #bf47fa

%37.30
%13.87
%48.83

CMYK Percentages of Color #bf47fa

%24
%72
%0
%2

Triadic Colors of #bf47fa

#bf47fa #fabf47 #47fabf

Analogous Colors of #bf47fa

#bf47fa #fa47dc #6647fa

Monochromatic Colors of #bf47fa

#bf47fa

Complementary Color

#bf47fa #82fa47

#bf47fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf47fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf47fa Color CSS Codes

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

#bf47fa Text Font Color

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

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


#bf47fa Background Color

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

This div background color is #bf47fa


#bf47fa Border Color

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

This div border color is #bf47fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf47fa

Related Colors


Comments

No comments written yet.

Please login to write comment.