Color Hex Logo

#bf143d Color Hex

#BF143D
(191,20,61)
0 Favorites   0 Comments

Color spaces of #bf143d

RGB 1912061
HSL0.960.810.41
HSV346°90°75°
CMYK 0.000.900.68   0.25
XYZ22.578311.91365.5244
Yxy11.91360.56420.2977
Hunter Lab34.516156.360614.6717
CIE-Lab41.078563.633924.3703

#bf143d color RGB value is (191,20,61).

#bf143d hex color red value is 191, green value is 20 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bf143d hue: 0.96 , saturation: 0.81 and the lightness value of bf143d is 0.41.

The process color (four color CMYK) of #bf143d color hex is 0.00, 0.90, 0.68, 0.25. Web safe color of #bf143d is #cc0033. Color #bf143d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00010100 00111101
Octal 277 24 75
Decimal 191 20 61
Hex BF 14 3D

RGB Percentages of Color #bf143d

%70.22
%7.35
%22.43

CMYK Percentages of Color #bf143d

%0
%90
%68
%25

Triadic Colors of #bf143d

#bf143d #3dbf14 #143dbf

Analogous Colors of #bf143d

#bf143d #bf4014 #bf1493

Monochromatic Colors of #bf143d

#bf143d

Complementary Color

#bf143d #14bf96

#bf143d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf143d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf143d Color CSS Codes

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

#bf143d Text Font Color

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

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


#bf143d Background Color

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

This div background color is #bf143d


#bf143d Border Color

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

This div border color is #bf143d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf143d


Comments

No comments written yet.

Please login to write comment.