Color Hex Logo

#bf353a Color Hex

#BF353A
(191,53,58)
0 Favorites   0 Comments

Color spaces of #bf353a

RGB 1915358
HSL0.990.570.48
HSV358°72°75°
CMYK 0.000.720.70   0.25
XYZ23.522713.92815.4516
Yxy13.92810.54830.3246
Hunter Lab37.320447.196317.4634
CIE-Lab44.129654.740929.9576

#bf353a color RGB value is (191,53,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00110101 00111010
Octal 277 65 72
Decimal 191 53 58
Hex BF 35 3A

RGB Percentages of Color #bf353a

%63.25
%17.55
%19.21

CMYK Percentages of Color #bf353a

%0
%72
%70
%25

Triadic Colors of #bf353a

#bf353a #3abf35 #353abf

Analogous Colors of #bf353a

#bf353a #bf7535 #bf357f

Monochromatic Colors of #bf353a

#bf353a

Complementary Color

#bf353a #35bfba

#bf353a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf353a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf353a Color CSS Codes

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

#bf353a Text Font Color

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

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


#bf353a Background Color

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

This div background color is #bf353a


#bf353a Border Color

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

This div border color is #bf353a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf353a


Comments

No comments written yet.

Please login to write comment.