Color Hex Logo

#bc86ca Color Hex

#BC86CA
(188,134,202)
0 Favorites   0 Comments

Color spaces of #bc86ca

RGB 188134202
HSL0.800.390.66
HSV288°34°79°
CMYK 0.070.340.00   0.21
XYZ39.924832.005859.9506
Yxy32.00580.30270.2427
Hunter Lab56.573726.9659-23.2275
CIE-Lab63.347732.4436-27.1171

#bc86ca color RGB value is (188,134,202).

#bc86ca hex color red value is 188, green value is 134 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bc86ca hue: 0.80 , saturation: 0.39 and the lightness value of bc86ca is 0.66.

The process color (four color CMYK) of #bc86ca color hex is 0.07, 0.34, 0.00, 0.21. Web safe color of #bc86ca is #cc99cc. Color #bc86ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000110 11001010
Octal 274 206 312
Decimal 188 134 202
Hex BC 86 CA

RGB Percentages of Color #bc86ca

%35.88
%25.57
%38.55

CMYK Percentages of Color #bc86ca

%7
%34
%0
%21

Triadic Colors of #bc86ca

#bc86ca #cabc86 #86cabc

Analogous Colors of #bc86ca

#bc86ca #ca86b6 #9a86ca

Monochromatic Colors of #bc86ca

#bc86ca

Complementary Color

#bc86ca #94ca86

#bc86ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc86ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc86ca Color CSS Codes

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

#bc86ca Text Font Color

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

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


#bc86ca Background Color

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

This div background color is #bc86ca


#bc86ca Border Color

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

This div border color is #bc86ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc86ca


Comments

No comments written yet.

Please login to write comment.