Color Hex Logo

#bc7f9a Color Hex

#BC7F9A
(188,127,154)
0 Favorites   0 Comments

Color spaces of #bc7f9a

RGB 188127154
HSL0.930.310.62
HSV333°32°74°
CMYK 0.000.320.18   0.26
XYZ34.161128.203234.2151
Yxy28.20320.35370.2920
Hunter Lab53.106721.8842-1.0242
CIE-Lab60.071927.5998-4.8135

#bc7f9a color RGB value is (188,127,154).

#bc7f9a hex color red value is 188, green value is 127 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bc7f9a hue: 0.93 , saturation: 0.31 and the lightness value of bc7f9a is 0.62.

The process color (four color CMYK) of #bc7f9a color hex is 0.00, 0.32, 0.18, 0.26. Web safe color of #bc7f9a is #cc6699. Color #bc7f9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111111 10011010
Octal 274 177 232
Decimal 188 127 154
Hex BC 7F 9A

RGB Percentages of Color #bc7f9a

%40.09
%27.08
%32.84

CMYK Percentages of Color #bc7f9a

%0
%32
%18
%26

Triadic Colors of #bc7f9a

#bc7f9a #9abc7f #7f9abc

Analogous Colors of #bc7f9a

#bc7f9a #bc837f #bc7fb9

Monochromatic Colors of #bc7f9a

#bc7f9a

Complementary Color

#bc7f9a #7fbca1

#bc7f9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7f9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7f9a Color CSS Codes

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

#bc7f9a Text Font Color

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

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


#bc7f9a Background Color

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

This div background color is #bc7f9a


#bc7f9a Border Color

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

This div border color is #bc7f9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7f9a


Comments

No comments written yet.

Please login to write comment.