Color Hex Logo

#bf668a Color Hex

#BF668A
(191,102,138)
0 Favorites   0 Comments

Color spaces of #bf668a

RGB 191102138
HSL0.930.410.57
HSV336°47°75°
CMYK 0.000.470.28   0.25
XYZ30.824722.414126.7465
Yxy22.41410.38540.2802
Hunter Lab47.343533.3676-0.3551
CIE-Lab54.463639.8012-3.7671

#bf668a color RGB value is (191,102,138).

#bf668a hex color red value is 191, green value is 102 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bf668a hue: 0.93 , saturation: 0.41 and the lightness value of bf668a is 0.57.

The process color (four color CMYK) of #bf668a color hex is 0.00, 0.47, 0.28, 0.25. Web safe color of #bf668a is #cc6699. Color #bf668a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100110 10001010
Octal 277 146 212
Decimal 191 102 138
Hex BF 66 8A

RGB Percentages of Color #bf668a

%44.32
%23.67
%32.02

CMYK Percentages of Color #bf668a

%0
%47
%28
%25

Triadic Colors of #bf668a

#bf668a #8abf66 #668abf

Analogous Colors of #bf668a

#bf668a #bf6f66 #bf66b7

Monochromatic Colors of #bf668a

#bf668a

Complementary Color

#bf668a #66bf9b

#bf668a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf668a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf668a Color CSS Codes

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

#bf668a Text Font Color

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

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


#bf668a Background Color

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

This div background color is #bf668a


#bf668a Border Color

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

This div border color is #bf668a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf668a


Comments

No comments written yet.

Please login to write comment.