Color Hex Logo

#bf137f Color Hex

#BF137F
(191,19,127)
0 Favorites   0 Comments

Color spaces of #bf137f

RGB 19119127
HSL0.900.820.41
HSV322°90°75°
CMYK 0.000.900.34   0.25
XYZ25.549513.074421.2557
Yxy13.07440.42670.2183
Hunter Lab36.158562.8500-9.5425
CIE-Lab42.875168.9172-14.5117

#bf137f color RGB value is (191,19,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00010011 01111111
Octal 277 23 177
Decimal 191 19 127
Hex BF 13 7F

RGB Percentages of Color #bf137f

%56.68
%5.64
%37.69

CMYK Percentages of Color #bf137f

%0
%90
%34
%25

Triadic Colors of #bf137f

#bf137f #7fbf13 #137fbf

Analogous Colors of #bf137f

#bf137f #bf1329 #a913bf

Monochromatic Colors of #bf137f

#bf137f

Complementary Color

#bf137f #13bf53

#bf137f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf137f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf137f Color CSS Codes

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

#bf137f Text Font Color

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

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


#bf137f Background Color

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

This div background color is #bf137f


#bf137f Border Color

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

This div border color is #bf137f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf137f


Comments

No comments written yet.

Please login to write comment.