Color Hex Logo

#bf429f Color Hex

#BF429F
(191,66,159)
0 Favorites   0 Comments

Color spaces of #bf429f

RGB 19166159
HSL0.880.490.50
HSV315°65°75°
CMYK 0.000.650.17   0.25
XYZ29.692117.476034.6091
Yxy17.47600.36310.2137
Hunter Lab41.804353.6246-19.8222
CIE-Lab48.854359.7195-24.6741

#bf429f color RGB value is (191,66,159).

#bf429f hex color red value is 191, green value is 66 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bf429f hue: 0.88 , saturation: 0.49 and the lightness value of bf429f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000010 10011111
Octal 277 102 237
Decimal 191 66 159
Hex BF 42 9F

RGB Percentages of Color #bf429f

%45.91
%15.87
%38.22

CMYK Percentages of Color #bf429f

%0
%65
%17
%25

Triadic Colors of #bf429f

#bf429f #9fbf42 #429fbf

Analogous Colors of #bf429f

#bf429f #bf4260 #a142bf

Monochromatic Colors of #bf429f

#bf429f

Complementary Color

#bf429f #42bf62

#bf429f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf429f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf429f Color CSS Codes

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

#bf429f Text Font Color

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

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


#bf429f Background Color

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

This div background color is #bf429f


#bf429f Border Color

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

This div border color is #bf429f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf429f


Comments

No comments written yet.

Please login to write comment.