Color Hex Logo

#bf97cc Color Hex

#BF97CC
(191,151,204)
0 Favorites   0 Comments

Color spaces of #bf97cc

RGB 191151204
HSL0.790.340.70
HSV285°26°80°
CMYK 0.060.260.00   0.20
XYZ43.451537.569262.0882
Yxy37.56920.30360.2625
Hunter Lab61.293719.2758-17.1529
CIE-Lab67.701924.3916-21.5354

#bf97cc color RGB value is (191,151,204).

#bf97cc hex color red value is 191, green value is 151 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bf97cc hue: 0.79 , saturation: 0.34 and the lightness value of bf97cc is 0.70.

The process color (four color CMYK) of #bf97cc color hex is 0.06, 0.26, 0.00, 0.20. Web safe color of #bf97cc is #cc99cc. Color #bf97cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010111 11001100
Octal 277 227 314
Decimal 191 151 204
Hex BF 97 CC

RGB Percentages of Color #bf97cc

%34.98
%27.66
%37.36

CMYK Percentages of Color #bf97cc

%6
%26
%0
%20

Triadic Colors of #bf97cc

#bf97cc #ccbf97 #97ccbf

Analogous Colors of #bf97cc

#bf97cc #cc97bf #a597cc

Monochromatic Colors of #bf97cc

#bf97cc

Complementary Color

#bf97cc #a4cc97

#bf97cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf97cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf97cc Color CSS Codes

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

#bf97cc Text Font Color

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

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


#bf97cc Background Color

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

This div background color is #bf97cc


#bf97cc Border Color

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

This div border color is #bf97cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf97cc


Comments

No comments written yet.

Please login to write comment.