Color Hex Logo

#bf136b Color Hex

#BF136B
(191,19,107)
0 Favorites   0 Comments

Color spaces of #bf136b

RGB 19119107
HSL0.910.820.41
HSV329°90°75°
CMYK 0.000.900.44   0.25
XYZ24.372612.603615.0581
Yxy12.60360.46840.2422
Hunter Lab35.501560.4165-0.2970
CIE-Lab42.159866.9678-3.1514

#bf136b color RGB value is (191,19,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00010011 01101011
Octal 277 23 153
Decimal 191 19 107
Hex BF 13 6B

RGB Percentages of Color #bf136b

%60.25
%5.99
%33.75

CMYK Percentages of Color #bf136b

%0
%90
%44
%25

Triadic Colors of #bf136b

#bf136b #6bbf13 #136bbf

Analogous Colors of #bf136b

#bf136b #bf1315 #bd13bf

Monochromatic Colors of #bf136b

#bf136b

Complementary Color

#bf136b #13bf67

#bf136b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf136b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf136b Color CSS Codes

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

#bf136b Text Font Color

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

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


#bf136b Background Color

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

This div background color is #bf136b


#bf136b Border Color

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

This div border color is #bf136b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf136b


Comments

No comments written yet.

Please login to write comment.