Color Hex Logo

#bf4074 Color Hex

#BF4074
(191,64,116)
0 Favorites   0 Comments

Color spaces of #bf4074

RGB 19164116
HSL0.930.500.50
HSV335°66°75°
CMYK 0.000.660.39   0.25
XYZ26.471616.004118.2169
Yxy16.00410.43620.2637
Hunter Lab40.005148.10541.0050
CIE-Lab46.979955.0607-1.6191

#bf4074 color RGB value is (191,64,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000000 01110100
Octal 277 100 164
Decimal 191 64 116
Hex BF 40 74

RGB Percentages of Color #bf4074

%51.48
%17.25
%31.27

CMYK Percentages of Color #bf4074

%0
%66
%39
%25

Triadic Colors of #bf4074

#bf4074 #74bf40 #4074bf

Analogous Colors of #bf4074

#bf4074 #bf4c40 #bf40b4

Monochromatic Colors of #bf4074

#bf4074

Complementary Color

#bf4074 #40bf8b

#bf4074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf4074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf4074 Color CSS Codes

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

#bf4074 Text Font Color

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

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


#bf4074 Background Color

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

This div background color is #bf4074


#bf4074 Border Color

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

This div border color is #bf4074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf4074


Comments

No comments written yet.

Please login to write comment.