Color Hex Logo

#bf769c Color Hex

#BF769C
(191,118,156)
0 Favorites   0 Comments

Color spaces of #bf769c

RGB 191118156
HSL0.910.360.61
HSV329°38°75°
CMYK 0.000.380.18   0.25
XYZ33.965026.433534.7645
Yxy26.43350.35690.2778
Hunter Lab51.413527.9477-4.1009
CIE-Lab58.446333.9252-8.3402

#bf769c color RGB value is (191,118,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110110 10011100
Octal 277 166 234
Decimal 191 118 156
Hex BF 76 9C

RGB Percentages of Color #bf769c

%41.08
%25.38
%33.55

CMYK Percentages of Color #bf769c

%0
%38
%18
%25

Triadic Colors of #bf769c

#bf769c #9cbf76 #769cbf

Analogous Colors of #bf769c

#bf769c #bf7678 #be76bf

Monochromatic Colors of #bf769c

#bf769c

Complementary Color

#bf769c #76bf99

#bf769c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf769c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf769c Color CSS Codes

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

#bf769c Text Font Color

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

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


#bf769c Background Color

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

This div background color is #bf769c


#bf769c Border Color

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

This div border color is #bf769c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf769c


Comments

No comments written yet.

Please login to write comment.