Color Hex Logo

#bc97dd Color Hex

#BC97DD
(188,151,221)
0 Favorites   0 Comments

Color spaces of #bc97dd

RGB 188151221
HSL0.750.510.73
HSV272°32°87°
CMYK 0.150.320.00   0.13
XYZ44.856838.045073.3858
Yxy38.04500.28700.2434
Hunter Lab61.680621.8718-27.3651
CIE-Lab68.053826.9833-30.4330

#bc97dd color RGB value is (188,151,221).

#bc97dd hex color red value is 188, green value is 151 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bc97dd hue: 0.75 , saturation: 0.51 and the lightness value of bc97dd is 0.73.

The process color (four color CMYK) of #bc97dd color hex is 0.15, 0.32, 0.00, 0.13. Web safe color of #bc97dd is #cc99cc. Color #bc97dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010111 11011101
Octal 274 227 335
Decimal 188 151 221
Hex BC 97 DD

RGB Percentages of Color #bc97dd

%33.57
%26.96
%39.46

CMYK Percentages of Color #bc97dd

%15
%32
%0
%13

Triadic Colors of #bc97dd

#bc97dd #ddbc97 #97ddbc

Analogous Colors of #bc97dd

#bc97dd #dd97db #9997dd

Monochromatic Colors of #bc97dd

#bc97dd

Complementary Color

#bc97dd #b8dd97

#bc97dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc97dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc97dd Color CSS Codes

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

#bc97dd Text Font Color

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

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


#bc97dd Background Color

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

This div background color is #bc97dd


#bc97dd Border Color

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

This div border color is #bc97dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc97dd


Comments

No comments written yet.

Please login to write comment.