Color Hex Logo

#bf47ba Color Hex

#BF47BA
(191,71,186)
0 Favorites   0 Comments

Color spaces of #bf47ba

RGB 19171186
HSL0.840.480.51
HSV303°63°75°
CMYK 0.000.630.03   0.25
XYZ32.602019.128048.4281
Yxy19.12800.32550.1910
Hunter Lab43.735656.5228-35.0365
CIE-Lab50.836661.9142-37.4305

#bf47ba color RGB value is (191,71,186).

#bf47ba hex color red value is 191, green value is 71 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bf47ba hue: 0.84 , saturation: 0.48 and the lightness value of bf47ba is 0.51.

The process color (four color CMYK) of #bf47ba color hex is 0.00, 0.63, 0.03, 0.25. Web safe color of #bf47ba is #cc33cc. Color #bf47ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000111 10111010
Octal 277 107 272
Decimal 191 71 186
Hex BF 47 BA

RGB Percentages of Color #bf47ba

%42.63
%15.85
%41.52

CMYK Percentages of Color #bf47ba

%0
%63
%3
%25

Triadic Colors of #bf47ba

#bf47ba #babf47 #47babf

Analogous Colors of #bf47ba

#bf47ba #bf477e #8847bf

Monochromatic Colors of #bf47ba

#bf47ba

Complementary Color

#bf47ba #47bf4c

#bf47ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf47ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf47ba Color CSS Codes

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

#bf47ba Text Font Color

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

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


#bf47ba Background Color

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

This div background color is #bf47ba


#bf47ba Border Color

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

This div border color is #bf47ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf47ba


Comments

No comments written yet.

Please login to write comment.