Color Hex Logo

#bc7fbf Color Hex

#BC7FBF
(188,127,191)
0 Favorites   0 Comments

Color spaces of #bc7fbf

RGB 188127191
HSL0.830.330.62
HSV297°34°75°
CMYK 0.020.340.00   0.25
XYZ37.732429.631753.0210
Yxy29.63170.31340.2461
Hunter Lab54.435028.4686-19.6454
CIE-Lab61.335134.1346-24.0109

#bc7fbf color RGB value is (188,127,191).

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

The process color (four color CMYK) of #bc7fbf color hex is 0.02, 0.34, 0.00, 0.25. Web safe color of #bc7fbf is #cc66cc. Color #bc7fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111111 10111111
Octal 274 177 277
Decimal 188 127 191
Hex BC 7F BF

RGB Percentages of Color #bc7fbf

%37.15
%25.10
%37.75

CMYK Percentages of Color #bc7fbf

%2
%34
%0
%25

Triadic Colors of #bc7fbf

#bc7fbf #bfbc7f #7fbfbc

Analogous Colors of #bc7fbf

#bc7fbf #bf7fa2 #9c7fbf

Monochromatic Colors of #bc7fbf

#bc7fbf

Complementary Color

#bc7fbf #82bf7f

#bc7fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7fbf Color CSS Codes

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

#bc7fbf Text Font Color

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

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


#bc7fbf Background Color

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

This div background color is #bc7fbf


#bc7fbf Border Color

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

This div border color is #bc7fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7fbf


Comments

No comments written yet.

Please login to write comment.