Color Hex Logo

#bf195f Color Hex

#BF195F
(191,25,95)
0 Favorites   0 Comments

Color spaces of #bf195f

RGB 1912595
HSL0.930.770.42
HSV335°87°75°
CMYK 0.000.870.50   0.25
XYZ23.899012.597911.9985
Yxy12.59790.49280.2598
Hunter Lab35.493558.07654.8026
CIE-Lab42.151064.93464.3750

#bf195f color RGB value is (191,25,95).

#bf195f hex color red value is 191, green value is 25 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bf195f hue: 0.93 , saturation: 0.77 and the lightness value of bf195f is 0.42.

The process color (four color CMYK) of #bf195f color hex is 0.00, 0.87, 0.50, 0.25. Web safe color of #bf195f is #cc0066. Color #bf195f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00011001 01011111
Octal 277 31 137
Decimal 191 25 95
Hex BF 19 5F

RGB Percentages of Color #bf195f

%61.41
%8.04
%30.55

CMYK Percentages of Color #bf195f

%0
%87
%50
%25

Triadic Colors of #bf195f

#bf195f #5fbf19 #195fbf

Analogous Colors of #bf195f

#bf195f #bf2619 #bf19b2

Monochromatic Colors of #bf195f

#bf195f

Complementary Color

#bf195f #19bf79

#bf195f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf195f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf195f Color CSS Codes

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

#bf195f Text Font Color

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

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


#bf195f Background Color

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

This div background color is #bf195f


#bf195f Border Color

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

This div border color is #bf195f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf195f


Comments

No comments written yet.

Please login to write comment.