Color Hex Logo

#bc7fdc Color Hex

#BC7FDC
(188,127,220)
0 Favorites   0 Comments

Color spaces of #bc7fdc

RGB 188127220
HSL0.780.570.68
HSV279°42°86°
CMYK 0.150.420.00   0.14
XYZ41.246731.037471.5270
Yxy31.03740.28680.2158
Hunter Lab55.711234.6607-37.1239
CIE-Lab62.539240.0164-38.4477

#bc7fdc color RGB value is (188,127,220).

#bc7fdc hex color red value is 188, green value is 127 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bc7fdc hue: 0.78 , saturation: 0.57 and the lightness value of bc7fdc is 0.68.

The process color (four color CMYK) of #bc7fdc color hex is 0.15, 0.42, 0.00, 0.14. Web safe color of #bc7fdc is #cc66cc. Color #bc7fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111111 11011100
Octal 274 177 334
Decimal 188 127 220
Hex BC 7F DC

RGB Percentages of Color #bc7fdc

%35.14
%23.74
%41.12

CMYK Percentages of Color #bc7fdc

%15
%42
%0
%14

Triadic Colors of #bc7fdc

#bc7fdc #dcbc7f #7fdcbc

Analogous Colors of #bc7fdc

#bc7fdc #dc7fce #8e7fdc

Monochromatic Colors of #bc7fdc

#bc7fdc

Complementary Color

#bc7fdc #9fdc7f

#bc7fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7fdc Color CSS Codes

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

#bc7fdc Text Font Color

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

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


#bc7fdc Background Color

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

This div background color is #bc7fdc


#bc7fdc Border Color

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

This div border color is #bc7fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7fdc


Comments

No comments written yet.

Please login to write comment.