Color Hex Logo

#bf47df Color Hex

#BF47DF
(191,71,223)
0 Favorites   0 Comments

Color spaces of #bf47df

RGB 19171223
HSL0.800.700.58
HSV287°68°87°
CMYK 0.140.680.00   0.13
XYZ37.058420.910671.8950
Yxy20.91060.28540.1610
Hunter Lab45.728164.6335-61.2077
CIE-Lab52.851568.5008-55.4483

#bf47df color RGB value is (191,71,223).

#bf47df hex color red value is 191, green value is 71 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bf47df hue: 0.80 , saturation: 0.70 and the lightness value of bf47df is 0.58.

The process color (four color CMYK) of #bf47df color hex is 0.14, 0.68, 0.00, 0.13. Web safe color of #bf47df is #cc33cc. Color #bf47df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000111 11011111
Octal 277 107 337
Decimal 191 71 223
Hex BF 47 DF

RGB Percentages of Color #bf47df

%39.38
%14.64
%45.98

CMYK Percentages of Color #bf47df

%14
%68
%0
%13

Triadic Colors of #bf47df

#bf47df #dfbf47 #47dfbf

Analogous Colors of #bf47df

#bf47df #df47b3 #7347df

Monochromatic Colors of #bf47df

#bf47df

Complementary Color

#bf47df #67df47

#bf47df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf47df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf47df Color CSS Codes

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

#bf47df Text Font Color

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

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


#bf47df Background Color

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

This div background color is #bf47df


#bf47df Border Color

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

This div border color is #bf47df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,71,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bf47df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf47df


Comments

No comments written yet.

Please login to write comment.