Color Hex Logo

#bf768b Color Hex

#BF768B
(191,118,139)
0 Favorites   0 Comments

Color spaces of #bf768b

RGB 191118139
HSL0.950.360.61
HSV343°38°75°
CMYK 0.000.380.27   0.25
XYZ32.624525.897327.7053
Yxy25.89730.37840.3003
Hunter Lab50.889425.37753.3438
CIE-Lab57.939431.37920.7465

#bf768b color RGB value is (191,118,139).

#bf768b hex color red value is 191, green value is 118 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bf768b hue: 0.95 , saturation: 0.36 and the lightness value of bf768b is 0.61.

The process color (four color CMYK) of #bf768b color hex is 0.00, 0.38, 0.27, 0.25. Web safe color of #bf768b is #cc6699. Color #bf768b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110110 10001011
Octal 277 166 213
Decimal 191 118 139
Hex BF 76 8B

RGB Percentages of Color #bf768b

%42.63
%26.34
%31.03

CMYK Percentages of Color #bf768b

%0
%38
%27
%25

Triadic Colors of #bf768b

#bf768b #8bbf76 #768bbf

Analogous Colors of #bf768b

#bf768b #bf8676 #bf76b0

Monochromatic Colors of #bf768b

#bf768b

Complementary Color

#bf768b #76bfaa

#bf768b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf768b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf768b Color CSS Codes

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

#bf768b Text Font Color

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

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


#bf768b Background Color

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

This div background color is #bf768b


#bf768b Border Color

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

This div border color is #bf768b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf768b


Comments

No comments written yet.

Please login to write comment.