Color Hex Logo

#bf1247 Color Hex

#BF1247
(191,18,71)
0 Favorites   0 Comments

Color spaces of #bf1247

RGB 1911871
HSL0.950.830.41
HSV342°91°75°
CMYK 0.000.910.63   0.25
XYZ22.839511.96397.0667
Yxy11.96390.54550.2857
Hunter Lab34.588957.335412.0989
CIE-Lab41.158764.477718.1755

#bf1247 color RGB value is (191,18,71).

#bf1247 hex color red value is 191, green value is 18 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bf1247 hue: 0.95 , saturation: 0.83 and the lightness value of bf1247 is 0.41.

The process color (four color CMYK) of #bf1247 color hex is 0.00, 0.91, 0.63, 0.25. Web safe color of #bf1247 is #cc0033. Color #bf1247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00010010 01000111
Octal 277 22 107
Decimal 191 18 71
Hex BF 12 47

RGB Percentages of Color #bf1247

%68.21
%6.43
%25.36

CMYK Percentages of Color #bf1247

%0
%91
%63
%25

Triadic Colors of #bf1247

#bf1247 #47bf12 #1247bf

Analogous Colors of #bf1247

#bf1247 #bf3412 #bf129e

Monochromatic Colors of #bf1247

#bf1247

Complementary Color

#bf1247 #12bf8a

#bf1247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf1247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf1247 Color CSS Codes

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

#bf1247 Text Font Color

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

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


#bf1247 Background Color

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

This div background color is #bf1247


#bf1247 Border Color

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

This div border color is #bf1247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf1247


Comments

No comments written yet.

Please login to write comment.