Color Hex Logo

#bf4072 Color Hex

#BF4072
(191,64,114)
0 Favorites   0 Comments

Color spaces of #bf4072

RGB 19164114
HSL0.930.500.50
HSV336°66°75°
CMYK 0.000.660.40   0.25
XYZ26.356515.958117.6107
Yxy15.95810.43980.2663
Hunter Lab39.947647.86191.8256
CIE-Lab46.919554.8471-0.4870

#bf4072 color RGB value is (191,64,114).

#bf4072 hex color red value is 191, green value is 64 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bf4072 hue: 0.93 , saturation: 0.50 and the lightness value of bf4072 is 0.50.

The process color (four color CMYK) of #bf4072 color hex is 0.00, 0.66, 0.40, 0.25. Web safe color of #bf4072 is #cc3366. Color #bf4072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000000 01110010
Octal 277 100 162
Decimal 191 64 114
Hex BF 40 72

RGB Percentages of Color #bf4072

%51.76
%17.34
%30.89

CMYK Percentages of Color #bf4072

%0
%66
%40
%25

Triadic Colors of #bf4072

#bf4072 #72bf40 #4072bf

Analogous Colors of #bf4072

#bf4072 #bf4e40 #bf40b2

Monochromatic Colors of #bf4072

#bf4072

Complementary Color

#bf4072 #40bf8d

#bf4072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf4072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf4072 Color CSS Codes

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

#bf4072 Text Font Color

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

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


#bf4072 Background Color

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

This div background color is #bf4072


#bf4072 Border Color

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

This div border color is #bf4072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf4072


Comments

No comments written yet.

Please login to write comment.