Color Hex Logo

#bf136a Color Hex

#BF136A
(191,19,106)
0 Favorites   0 Comments

Color spaces of #bf136a

RGB 19119106
HSL0.920.820.41
HSV330°90°75°
CMYK 0.000.900.45   0.25
XYZ24.320212.582714.7826
Yxy12.58270.47050.2434
Hunter Lab35.472160.30610.1220
CIE-Lab42.127666.8786-2.5722

#bf136a color RGB value is (191,19,106).

#bf136a hex color red value is 191, green value is 19 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bf136a hue: 0.92 , saturation: 0.82 and the lightness value of bf136a is 0.41.

The process color (four color CMYK) of #bf136a color hex is 0.00, 0.90, 0.45, 0.25. Web safe color of #bf136a is #cc0066. Color #bf136a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00010011 01101010
Octal 277 23 152
Decimal 191 19 106
Hex BF 13 6A

RGB Percentages of Color #bf136a

%60.44
%6.01
%33.54

CMYK Percentages of Color #bf136a

%0
%90
%45
%25

Triadic Colors of #bf136a

#bf136a #6abf13 #136abf

Analogous Colors of #bf136a

#bf136a #bf1314 #be13bf

Monochromatic Colors of #bf136a

#bf136a

Complementary Color

#bf136a #13bf68

#bf136a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf136a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf136a Color CSS Codes

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

#bf136a Text Font Color

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

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


#bf136a Background Color

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

This div background color is #bf136a


#bf136a Border Color

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

This div border color is #bf136a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf136a


Comments

No comments written yet.

Please login to write comment.