Color Hex Logo

#bf4371 Color Hex

#BF4371
(191,67,113)
0 Favorites   0 Comments

Color spaces of #bf4371

RGB 19167113
HSL0.940.490.51
HSV338°65°75°
CMYK 0.000.650.41   0.25
XYZ26.473616.282917.3704
Yxy16.28290.44030.2708
Hunter Lab40.352146.49152.7238
CIE-Lab47.343553.50160.7420

#bf4371 color RGB value is (191,67,113).

#bf4371 hex color red value is 191, green value is 67 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bf4371 hue: 0.94 , saturation: 0.49 and the lightness value of bf4371 is 0.51.

The process color (four color CMYK) of #bf4371 color hex is 0.00, 0.65, 0.41, 0.25. Web safe color of #bf4371 is #cc3366. Color #bf4371 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000011 01110001
Octal 277 103 161
Decimal 191 67 113
Hex BF 43 71

RGB Percentages of Color #bf4371

%51.48
%18.06
%30.46

CMYK Percentages of Color #bf4371

%0
%65
%41
%25

Triadic Colors of #bf4371

#bf4371 #71bf43 #4371bf

Analogous Colors of #bf4371

#bf4371 #bf5343 #bf43af

Monochromatic Colors of #bf4371

#bf4371

Complementary Color

#bf4371 #43bf91

#bf4371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf4371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf4371 Color CSS Codes

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

#bf4371 Text Font Color

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

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


#bf4371 Background Color

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

This div background color is #bf4371


#bf4371 Border Color

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

This div border color is #bf4371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf4371


Comments

No comments written yet.

Please login to write comment.