color codes Logo

#bf478c color codes

#BF478C
(191,71,140)
0 Favorites   0 Comments

Color spaces of #bf478c

RGB 19171140
HSL0.900.480.51
HSV326°63°75°
CMYK 0.000.630.27   0.25
XYZ28.472717.476326.6835
Yxy17.47630.39200.2406
Hunter Lab41.804748.4162-8.5809
CIE-Lab48.854755.0085-13.3393

#bf478c color RGB value is (191,71,140).

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

The process color (four color CMYK) of #bf478c color code is 0.00, 0.63, 0.27, 0.25. Web safe color of #bf478c is #cc3399. Color #bf478c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000111 10001100
Octal 277 107 214
Decimal 191 71 140
Hex BF 47 8C

RGB Percentages of Color #bf478c

%47.51
%17.66
%34.83

CMYK Percentages of Color #bf478c

%0
%63
%27
%25

Triadic Colors of #bf478c

#bf478c #8cbf47 #478cbf

Analogous Colors of #bf478c

#bf478c #bf4750 #b647bf

Monochromatic Colors of #bf478c

#bf478c

Complementary Color

#bf478c #47bf7a

#bf478c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf478c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf478c Color CSS Codes

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

#bf478c Text Font Color

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

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


#bf478c Background Color

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

This div background color is #bf478c


#bf478c Border Color

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

This div border color is #bf478c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf478c


Comments

No comments written yet.

Please login to write comment.