Color Hex Logo

#bf679e Color Hex

#BF679E
(191,103,158)
0 Favorites   0 Comments

Color spaces of #bf679e

RGB 191103158
HSL0.900.410.58
HSV323°46°75°
CMYK 0.000.460.17   0.25
XYZ32.507723.245535.1212
Yxy23.24550.35770.2558
Hunter Lab48.213635.9787-9.4403
CIE-Lab55.324342.2330-14.1888

#bf679e color RGB value is (191,103,158).

#bf679e hex color red value is 191, green value is 103 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bf679e hue: 0.90 , saturation: 0.41 and the lightness value of bf679e is 0.58.

The process color (four color CMYK) of #bf679e color hex is 0.00, 0.46, 0.17, 0.25. Web safe color of #bf679e is #cc6699. Color #bf679e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100111 10011110
Octal 277 147 236
Decimal 191 103 158
Hex BF 67 9E

RGB Percentages of Color #bf679e

%42.26
%22.79
%34.96

CMYK Percentages of Color #bf679e

%0
%46
%17
%25

Triadic Colors of #bf679e

#bf679e #9ebf67 #679ebf

Analogous Colors of #bf679e

#bf679e #bf6772 #b467bf

Monochromatic Colors of #bf679e

#bf679e

Complementary Color

#bf679e #67bf88

#bf679e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf679e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf679e Color CSS Codes

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

#bf679e Text Font Color

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

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


#bf679e Background Color

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

This div background color is #bf679e


#bf679e Border Color

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

This div border color is #bf679e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf679e


Comments

No comments written yet.

Please login to write comment.