Color Hex Logo

#bc8fdc Color Hex

#BC8FDC
(188,143,220)
0 Favorites   0 Comments

Color spaces of #bc8fdc

RGB 188143220
HSL0.760.520.71
HSV275°35°86°
CMYK 0.150.350.00   0.14
XYZ43.479835.503672.2714
Yxy35.50360.28750.2347
Hunter Lab59.584925.9800-30.2043
CIE-Lab66.138931.2123-32.8424

#bc8fdc color RGB value is (188,143,220).

#bc8fdc hex color red value is 188, green value is 143 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bc8fdc hue: 0.76 , saturation: 0.52 and the lightness value of bc8fdc is 0.71.

The process color (four color CMYK) of #bc8fdc color hex is 0.15, 0.35, 0.00, 0.14. Web safe color of #bc8fdc is #cc99cc. Color #bc8fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001111 11011100
Octal 274 217 334
Decimal 188 143 220
Hex BC 8F DC

RGB Percentages of Color #bc8fdc

%34.12
%25.95
%39.93

CMYK Percentages of Color #bc8fdc

%15
%35
%0
%14

Triadic Colors of #bc8fdc

#bc8fdc #dcbc8f #8fdcbc

Analogous Colors of #bc8fdc

#bc8fdc #dc8fd6 #968fdc

Monochromatic Colors of #bc8fdc

#bc8fdc

Complementary Color

#bc8fdc #afdc8f

#bc8fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8fdc Color CSS Codes

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

#bc8fdc Text Font Color

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

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


#bc8fdc Background Color

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

This div background color is #bc8fdc


#bc8fdc Border Color

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

This div border color is #bc8fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,143,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 #bc8fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8fdc


Comments

No comments written yet.

Please login to write comment.