Color Hex Logo

#bf135a Color Hex

#BF135A
(191,19,90)
0 Favorites   0 Comments

Color spaces of #bf135a

RGB 1911990
HSL0.930.820.41
HSV335°90°75°
CMYK 0.000.900.53   0.25
XYZ23.564212.280310.8012
Yxy12.28030.50520.2633
Hunter Lab35.043358.70346.2556
CIE-Lab41.658265.57836.8271

#bf135a color RGB value is (191,19,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00010011 01011010
Octal 277 23 132
Decimal 191 19 90
Hex BF 13 5A

RGB Percentages of Color #bf135a

%63.67
%6.33
%30.00

CMYK Percentages of Color #bf135a

%0
%90
%53
%25

Triadic Colors of #bf135a

#bf135a #5abf13 #135abf

Analogous Colors of #bf135a

#bf135a #bf2213 #bf13b0

Monochromatic Colors of #bf135a

#bf135a

Complementary Color

#bf135a #13bf78

#bf135a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf135a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf135a Color CSS Codes

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

#bf135a Text Font Color

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

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


#bf135a Background Color

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

This div background color is #bf135a


#bf135a Border Color

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

This div border color is #bf135a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf135a


Comments

No comments written yet.

Please login to write comment.