Color Hex Logo

#bf185e Color Hex

#BF185E
(191,24,94)
0 Favorites   0 Comments

Color spaces of #bf185e

RGB 1912494
HSL0.930.780.42
HSV335°87°75°
CMYK 0.000.870.51   0.25
XYZ23.832912.537811.7536
Yxy12.53780.49520.2605
Hunter Lab35.408858.17935.1054
CIE-Lab42.058465.04264.8722

#bf185e color RGB value is (191,24,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00011000 01011110
Octal 277 30 136
Decimal 191 24 94
Hex BF 18 5E

RGB Percentages of Color #bf185e

%61.81
%7.77
%30.42

CMYK Percentages of Color #bf185e

%0
%87
%51
%25

Triadic Colors of #bf185e

#bf185e #5ebf18 #185ebf

Analogous Colors of #bf185e

#bf185e #bf2618 #bf18b2

Monochromatic Colors of #bf185e

#bf185e

Complementary Color

#bf185e #18bf79

#bf185e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf185e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf185e Color CSS Codes

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

#bf185e Text Font Color

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

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


#bf185e Background Color

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

This div background color is #bf185e


#bf185e Border Color

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

This div border color is #bf185e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf185e


Comments

No comments written yet.

Please login to write comment.