Color Hex Logo

#bf354a Color Hex

#BF354A
(191,53,74)
0 Favorites   0 Comments

Color spaces of #bf354a

RGB 1915374
HSL0.970.570.48
HSV351°72°75°
CMYK 0.000.720.61   0.25
XYZ23.995014.11707.9387
Yxy14.11700.52110.3066
Hunter Lab37.572648.243513.7735
CIE-Lab44.400355.661620.5858

#bf354a color RGB value is (191,53,74).

#bf354a hex color red value is 191, green value is 53 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bf354a hue: 0.97 , saturation: 0.57 and the lightness value of bf354a is 0.48.

The process color (four color CMYK) of #bf354a color hex is 0.00, 0.72, 0.61, 0.25. Web safe color of #bf354a is #cc3333. Color #bf354a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00110101 01001010
Octal 277 65 112
Decimal 191 53 74
Hex BF 35 4A

RGB Percentages of Color #bf354a

%60.06
%16.67
%23.27

CMYK Percentages of Color #bf354a

%0
%72
%61
%25

Triadic Colors of #bf354a

#bf354a #4abf35 #354abf

Analogous Colors of #bf354a

#bf354a #bf6535 #bf358f

Monochromatic Colors of #bf354a

#bf354a

Complementary Color

#bf354a #35bfaa

#bf354a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf354a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf354a Color CSS Codes

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

#bf354a Text Font Color

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

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


#bf354a Background Color

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

This div background color is #bf354a


#bf354a Border Color

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

This div border color is #bf354a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf354a


Comments

No comments written yet.

Please login to write comment.