Color Hex Logo

#bc89b1 Color Hex

#BC89B1
(188,137,177)
0 Favorites   0 Comments

Color spaces of #bc89b1

RGB 188137177
HSL0.870.280.64
HSV313°27°74°
CMYK 0.000.270.06   0.26
XYZ37.620531.757045.7419
Yxy31.75700.32680.2759
Hunter Lab56.353320.5451-8.6782
CIE-Lab63.141525.9848-13.3386

#bc89b1 color RGB value is (188,137,177).

#bc89b1 hex color red value is 188, green value is 137 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #bc89b1 hue: 0.87 , saturation: 0.28 and the lightness value of bc89b1 is 0.64.

The process color (four color CMYK) of #bc89b1 color hex is 0.00, 0.27, 0.06, 0.26. Web safe color of #bc89b1 is #cc9999. Color #bc89b1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001001 10110001
Octal 274 211 261
Decimal 188 137 177
Hex BC 89 B1

RGB Percentages of Color #bc89b1

%37.45
%27.29
%35.26

CMYK Percentages of Color #bc89b1

%0
%27
%6
%26

Triadic Colors of #bc89b1

#bc89b1 #b1bc89 #89b1bc

Analogous Colors of #bc89b1

#bc89b1 #bc8998 #ae89bc

Monochromatic Colors of #bc89b1

#bc89b1

Complementary Color

#bc89b1 #89bc94

#bc89b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc89b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc89b1 Color CSS Codes

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

#bc89b1 Text Font Color

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

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


#bc89b1 Background Color

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

This div background color is #bc89b1


#bc89b1 Border Color

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

This div border color is #bc89b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc89b1


Comments

No comments written yet.

Please login to write comment.