Color Hex Logo

#bf187a Color Hex

#BF187A
(191,24,122)
0 Favorites   0 Comments

Color spaces of #bf187a

RGB 19124122
HSL0.900.780.42
HSV325°87°75°
CMYK 0.000.870.36   0.25
XYZ25.325313.134819.6128
Yxy13.13480.43610.2262
Hunter Lab36.242061.3095-6.7162
CIE-Lab42.965767.5804-11.2860

#bf187a color RGB value is (191,24,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00011000 01111010
Octal 277 30 172
Decimal 191 24 122
Hex BF 18 7A

RGB Percentages of Color #bf187a

%56.68
%7.12
%36.20

CMYK Percentages of Color #bf187a

%0
%87
%36
%25

Triadic Colors of #bf187a

#bf187a #7abf18 #187abf

Analogous Colors of #bf187a

#bf187a #bf1826 #b118bf

Monochromatic Colors of #bf187a

#bf187a

Complementary Color

#bf187a #18bf5d

#bf187a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf187a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf187a Color CSS Codes

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

#bf187a Text Font Color

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

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


#bf187a Background Color

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

This div background color is #bf187a


#bf187a Border Color

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

This div border color is #bf187a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf187a


Comments

No comments written yet.

Please login to write comment.