Color Hex Logo

#bf97dc Color Hex

#BF97DC
(191,151,220)
0 Favorites   0 Comments

Color spaces of #bf97dc

RGB 191151220
HSL0.760.500.73
HSV275°31°86°
CMYK 0.130.310.00   0.14
XYZ45.470738.376972.7211
Yxy38.37690.29040.2451
Hunter Lab61.949122.6083-26.2353
CIE-Lab68.297527.7007-29.4818

#bf97dc color RGB value is (191,151,220).

#bf97dc hex color red value is 191, green value is 151 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bf97dc hue: 0.76 , saturation: 0.50 and the lightness value of bf97dc is 0.73.

The process color (four color CMYK) of #bf97dc color hex is 0.13, 0.31, 0.00, 0.14. Web safe color of #bf97dc is #cc99cc. Color #bf97dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010111 11011100
Octal 277 227 334
Decimal 191 151 220
Hex BF 97 DC

RGB Percentages of Color #bf97dc

%33.99
%26.87
%39.15

CMYK Percentages of Color #bf97dc

%13
%31
%0
%14

Triadic Colors of #bf97dc

#bf97dc #dcbf97 #97dcbf

Analogous Colors of #bf97dc

#bf97dc #dc97d7 #9d97dc

Monochromatic Colors of #bf97dc

#bf97dc

Complementary Color

#bf97dc #b4dc97

#bf97dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf97dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf97dc Color CSS Codes

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

#bf97dc Text Font Color

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

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


#bf97dc Background Color

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

This div background color is #bf97dc


#bf97dc Border Color

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

This div border color is #bf97dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf97dc


Comments

No comments written yet.

Please login to write comment.