Color Hex Logo

#bf365e Color Hex

#BF365E
(191,54,94)
0 Favorites   0 Comments

Color spaces of #bf365e

RGB 1915494
HSL0.950.560.48
HSV342°72°75°
CMYK 0.000.720.51   0.25
XYZ24.825414.522912.0844
Yxy14.52290.48270.2824
Hunter Lab38.108949.59017.8753
CIE-Lab44.973756.79419.0134

#bf365e color RGB value is (191,54,94).

#bf365e hex color red value is 191, green value is 54 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bf365e hue: 0.95 , saturation: 0.56 and the lightness value of bf365e is 0.48.

The process color (four color CMYK) of #bf365e color hex is 0.00, 0.72, 0.51, 0.25. Web safe color of #bf365e is #cc3366. Color #bf365e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00110110 01011110
Octal 277 66 136
Decimal 191 54 94
Hex BF 36 5E

RGB Percentages of Color #bf365e

%56.34
%15.93
%27.73

CMYK Percentages of Color #bf365e

%0
%72
%51
%25

Triadic Colors of #bf365e

#bf365e #5ebf36 #365ebf

Analogous Colors of #bf365e

#bf365e #bf5236 #bf36a3

Monochromatic Colors of #bf365e

#bf365e

Complementary Color

#bf365e #36bf97

#bf365e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf365e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf365e Color CSS Codes

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

#bf365e Text Font Color

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

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


#bf365e Background Color

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

This div background color is #bf365e


#bf365e Border Color

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

This div border color is #bf365e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf365e


Comments

No comments written yet.

Please login to write comment.