Color Hex Logo

#bc7fbd Color Hex

#BC7FBD
(188,127,189)
0 Favorites   0 Comments

Color spaces of #bc7fbd

RGB 188127189
HSL0.830.320.62
HSV299°33°74°
CMYK 0.010.330.00   0.26
XYZ37.513729.544251.8695
Yxy29.54420.31540.2484
Hunter Lab54.354628.0742-18.5311
CIE-Lab61.258933.7517-22.9948

#bc7fbd color RGB value is (188,127,189).

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

The process color (four color CMYK) of #bc7fbd color hex is 0.01, 0.33, 0.00, 0.26. Web safe color of #bc7fbd is #cc66cc. Color #bc7fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111111 10111101
Octal 274 177 275
Decimal 188 127 189
Hex BC 7F BD

RGB Percentages of Color #bc7fbd

%37.30
%25.20
%37.50

CMYK Percentages of Color #bc7fbd

%1
%33
%0
%26

Triadic Colors of #bc7fbd

#bc7fbd #bdbc7f #7fbdbc

Analogous Colors of #bc7fbd

#bc7fbd #bd7f9f #9d7fbd

Monochromatic Colors of #bc7fbd

#bc7fbd

Complementary Color

#bc7fbd #80bd7f

#bc7fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7fbd Color CSS Codes

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

#bc7fbd Text Font Color

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

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


#bc7fbd Background Color

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

This div background color is #bc7fbd


#bc7fbd Border Color

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

This div border color is #bc7fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7fbd


Comments

No comments written yet.

Please login to write comment.