Color Hex Logo

#bf7596 Color Hex

#BF7596
(191,117,150)
0 Favorites   0 Comments

Color spaces of #bf7596

RGB 191117150
HSL0.930.370.60
HSV333°39°75°
CMYK 0.000.390.21   0.25
XYZ33.352226.001032.1150
Yxy26.00100.36460.2843
Hunter Lab50.991227.5183-1.6479
CIE-Lab58.038033.5381-5.4793

#bf7596 color RGB value is (191,117,150).

#bf7596 hex color red value is 191, green value is 117 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bf7596 hue: 0.93 , saturation: 0.37 and the lightness value of bf7596 is 0.60.

The process color (four color CMYK) of #bf7596 color hex is 0.00, 0.39, 0.21, 0.25. Web safe color of #bf7596 is #cc6699. Color #bf7596 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110101 10010110
Octal 277 165 226
Decimal 191 117 150
Hex BF 75 96

RGB Percentages of Color #bf7596

%41.70
%25.55
%32.75

CMYK Percentages of Color #bf7596

%0
%39
%21
%25

Triadic Colors of #bf7596

#bf7596 #96bf75 #7596bf

Analogous Colors of #bf7596

#bf7596 #bf7975 #bf75bb

Monochromatic Colors of #bf7596

#bf7596

Complementary Color

#bf7596 #75bf9e

#bf7596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7596 Color CSS Codes

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

#bf7596 Text Font Color

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

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


#bf7596 Background Color

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

This div background color is #bf7596


#bf7596 Border Color

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

This div border color is #bf7596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7596


Comments

No comments written yet.

Please login to write comment.