Color Hex Logo

#bf479b Color Hex

#BF479B
(191,71,155)
0 Favorites   0 Comments

Color spaces of #bf479b

RGB 19171155
HSL0.880.480.51
HSV318°63°75°
CMYK 0.000.630.19   0.25
XYZ29.655517.949432.9119
Yxy17.94940.36830.2229
Hunter Lab42.366750.8031-16.4018
CIE-Lab49.434757.0783-21.4048

#bf479b color RGB value is (191,71,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000111 10011011
Octal 277 107 233
Decimal 191 71 155
Hex BF 47 9B

RGB Percentages of Color #bf479b

%45.80
%17.03
%37.17

CMYK Percentages of Color #bf479b

%0
%63
%19
%25

Triadic Colors of #bf479b

#bf479b #9bbf47 #479bbf

Analogous Colors of #bf479b

#bf479b #bf475f #a747bf

Monochromatic Colors of #bf479b

#bf479b

Complementary Color

#bf479b #47bf6b

#bf479b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf479b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf479b Color CSS Codes

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

#bf479b Text Font Color

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

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


#bf479b Background Color

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

This div background color is #bf479b


#bf479b Border Color

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

This div border color is #bf479b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf479b


Comments

No comments written yet.

Please login to write comment.