Color Hex Logo

#bf478f Color Hex

#BF478F
(191,71,143)
0 Favorites   0 Comments

Color spaces of #bf478f

RGB 19171143
HSL0.900.480.51
HSV324°63°75°
CMYK 0.000.630.25   0.25
XYZ28.697017.566027.8647
Yxy17.56600.38710.2370
Hunter Lab41.911848.8732-10.0802
CIE-Lab48.965455.4072-14.9685

#bf478f color RGB value is (191,71,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000111 10001111
Octal 277 107 217
Decimal 191 71 143
Hex BF 47 8F

RGB Percentages of Color #bf478f

%47.16
%17.53
%35.31

CMYK Percentages of Color #bf478f

%0
%63
%25
%25

Triadic Colors of #bf478f

#bf478f #8fbf47 #478fbf

Analogous Colors of #bf478f

#bf478f #bf4753 #b347bf

Monochromatic Colors of #bf478f

#bf478f

Complementary Color

#bf478f #47bf77

#bf478f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf478f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf478f Color CSS Codes

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

#bf478f Text Font Color

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

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


#bf478f Background Color

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

This div background color is #bf478f


#bf478f Border Color

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

This div border color is #bf478f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf478f


Comments

No comments written yet.

Please login to write comment.