Color Hex Logo

#bf419f Color Hex

#BF419F
(191,65,159)
0 Favorites   0 Comments

Color spaces of #bf419f

RGB 19165159
HSL0.880.500.50
HSV315°66°75°
CMYK 0.000.660.17   0.25
XYZ29.634217.360234.5898
Yxy17.36020.36320.2128
Hunter Lab41.665654.0415-20.0553
CIE-Lab48.710760.1176-24.8963

#bf419f color RGB value is (191,65,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000001 10011111
Octal 277 101 237
Decimal 191 65 159
Hex BF 41 9F

RGB Percentages of Color #bf419f

%46.02
%15.66
%38.31

CMYK Percentages of Color #bf419f

%0
%66
%17
%25

Triadic Colors of #bf419f

#bf419f #9fbf41 #419fbf

Analogous Colors of #bf419f

#bf419f #bf4160 #a041bf

Monochromatic Colors of #bf419f

#bf419f

Complementary Color

#bf419f #41bf61

#bf419f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf419f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf419f Color CSS Codes

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

#bf419f Text Font Color

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

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


#bf419f Background Color

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

This div background color is #bf419f


#bf419f Border Color

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

This div border color is #bf419f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,65,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 #bf419f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf419f


Comments

No comments written yet.

Please login to write comment.