Color Hex Logo

#bf769b Color Hex

#BF769B
(191,118,155)
0 Favorites   0 Comments

Color spaces of #bf769b

RGB 191118155
HSL0.920.360.61
HSV330°38°75°
CMYK 0.000.380.19   0.25
XYZ33.880726.399834.3203
Yxy26.39980.35810.2791
Hunter Lab51.380727.7875-3.6369
CIE-Lab58.414633.7679-7.8101

#bf769b color RGB value is (191,118,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110110 10011011
Octal 277 166 233
Decimal 191 118 155
Hex BF 76 9B

RGB Percentages of Color #bf769b

%41.16
%25.43
%33.41

CMYK Percentages of Color #bf769b

%0
%38
%19
%25

Triadic Colors of #bf769b

#bf769b #9bbf76 #769bbf

Analogous Colors of #bf769b

#bf769b #bf7677 #bf76bf

Monochromatic Colors of #bf769b

#bf769b

Complementary Color

#bf769b #76bf9a

#bf769b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf769b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf769b Color CSS Codes

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

#bf769b Text Font Color

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

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


#bf769b Background Color

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

This div background color is #bf769b


#bf769b Border Color

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

This div border color is #bf769b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf769b


Comments

No comments written yet.

Please login to write comment.