Color Hex Logo

#bf319f Color Hex

#BF319F
(191,49,159)
0 Favorites   0 Comments

Color spaces of #bf319f

RGB 19149159
HSL0.870.590.47
HSV314°74°75°
CMYK 0.000.740.17   0.25
XYZ28.842215.776234.3258
Yxy15.77620.36530.1998
Hunter Lab39.719360.1093-23.4355
CIE-Lab46.679565.8252-28.0503

#bf319f color RGB value is (191,49,159).

#bf319f hex color red value is 191, green value is 49 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bf319f hue: 0.87 , saturation: 0.59 and the lightness value of bf319f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00110001 10011111
Octal 277 61 237
Decimal 191 49 159
Hex BF 31 9F

RGB Percentages of Color #bf319f

%47.87
%12.28
%39.85

CMYK Percentages of Color #bf319f

%0
%74
%17
%25

Triadic Colors of #bf319f

#bf319f #9fbf31 #319fbf

Analogous Colors of #bf319f

#bf319f #bf3158 #9831bf

Monochromatic Colors of #bf319f

#bf319f

Complementary Color

#bf319f #31bf51

#bf319f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf319f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf319f Color CSS Codes

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

#bf319f Text Font Color

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

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


#bf319f Background Color

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

This div background color is #bf319f


#bf319f Border Color

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

This div border color is #bf319f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf319f


Comments

No comments written yet.

Please login to write comment.