Color Hex Logo

#bc97d5 Color Hex

#BC97D5
(188,151,213)
0 Favorites   0 Comments

Color spaces of #bc97d5

RGB 188151213
HSL0.770.420.71
HSV276°29°84°
CMYK 0.120.290.00   0.16
XYZ43.815937.628767.9045
Yxy37.62870.29340.2520
Hunter Lab61.342220.1511-22.6932
CIE-Lab67.746125.2750-26.4843

#bc97d5 color RGB value is (188,151,213).

#bc97d5 hex color red value is 188, green value is 151 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #bc97d5 hue: 0.77 , saturation: 0.42 and the lightness value of bc97d5 is 0.71.

The process color (four color CMYK) of #bc97d5 color hex is 0.12, 0.29, 0.00, 0.16. Web safe color of #bc97d5 is #cc99cc. Color #bc97d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010111 11010101
Octal 274 227 325
Decimal 188 151 213
Hex BC 97 D5

RGB Percentages of Color #bc97d5

%34.06
%27.36
%38.59

CMYK Percentages of Color #bc97d5

%12
%29
%0
%16

Triadic Colors of #bc97d5

#bc97d5 #d5bc97 #97d5bc

Analogous Colors of #bc97d5

#bc97d5 #d597cf #9d97d5

Monochromatic Colors of #bc97d5

#bc97d5

Complementary Color

#bc97d5 #b0d597

#bc97d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc97d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc97d5 Color CSS Codes

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

#bc97d5 Text Font Color

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

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


#bc97d5 Background Color

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

This div background color is #bc97d5


#bc97d5 Border Color

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

This div border color is #bc97d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc97d5


Comments

No comments written yet.

Please login to write comment.