Color Hex Logo

#bf689a Color Hex

#BF689A
(191,104,154)
0 Favorites   0 Comments

Color spaces of #bf689a

RGB 191104154
HSL0.900.400.58
HSV326°46°75°
CMYK 0.000.460.19   0.25
XYZ32.268923.310133.3704
Yxy23.31010.36280.2621
Hunter Lab48.280534.8118-7.1835
CIE-Lab55.390341.0901-11.7569

#bf689a color RGB value is (191,104,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101000 10011010
Octal 277 150 232
Decimal 191 104 154
Hex BF 68 9A

RGB Percentages of Color #bf689a

%42.54
%23.16
%34.30

CMYK Percentages of Color #bf689a

%0
%46
%19
%25

Triadic Colors of #bf689a

#bf689a #9abf68 #689abf

Analogous Colors of #bf689a

#bf689a #bf686f #b968bf

Monochromatic Colors of #bf689a

#bf689a

Complementary Color

#bf689a #68bf8d

#bf689a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf689a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf689a Color CSS Codes

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

#bf689a Text Font Color

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

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


#bf689a Background Color

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

This div background color is #bf689a


#bf689a Border Color

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

This div border color is #bf689a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf689a


Comments

No comments written yet.

Please login to write comment.