Color Hex Logo

#bf668e Color Hex

#BF668E
(191,102,142)
0 Favorites   0 Comments

Color spaces of #bf668e

RGB 191102142
HSL0.930.410.57
HSV333°47°75°
CMYK 0.000.470.26   0.25
XYZ31.119722.532128.3001
Yxy22.53210.37970.2749
Hunter Lab47.468033.9544-2.1207
CIE-Lab54.587140.3615-5.9340

#bf668e color RGB value is (191,102,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100110 10001110
Octal 277 146 216
Decimal 191 102 142
Hex BF 66 8E

RGB Percentages of Color #bf668e

%43.91
%23.45
%32.64

CMYK Percentages of Color #bf668e

%0
%47
%26
%25

Triadic Colors of #bf668e

#bf668e #8ebf66 #668ebf

Analogous Colors of #bf668e

#bf668e #bf6b66 #bf66bb

Monochromatic Colors of #bf668e

#bf668e

Complementary Color

#bf668e #66bf97

#bf668e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf668e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf668e Color CSS Codes

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

#bf668e Text Font Color

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

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


#bf668e Background Color

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

This div background color is #bf668e


#bf668e Border Color

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

This div border color is #bf668e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf668e


Comments

No comments written yet.

Please login to write comment.