Color Hex Logo

#bc6add Color Hex

#BC6ADD
(188,106,221)
0 Favorites   0 Comments

Color spaces of #bc6add

RGB 188106221
HSL0.790.630.64
HSV283°52°87°
CMYK 0.150.520.00   0.13
XYZ38.944226.219971.4150
Yxy26.21990.28510.1920
Hunter Lab51.205446.1486-46.8467
CIE-Lab58.245251.3459-45.7604

#bc6add color RGB value is (188,106,221).

#bc6add hex color red value is 188, green value is 106 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bc6add hue: 0.79 , saturation: 0.63 and the lightness value of bc6add is 0.64.

The process color (four color CMYK) of #bc6add color hex is 0.15, 0.52, 0.00, 0.13. Web safe color of #bc6add is #cc66cc. Color #bc6add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101010 11011101
Octal 274 152 335
Decimal 188 106 221
Hex BC 6A DD

RGB Percentages of Color #bc6add

%36.50
%20.58
%42.91

CMYK Percentages of Color #bc6add

%15
%52
%0
%13

Triadic Colors of #bc6add

#bc6add #ddbc6a #6addbc

Analogous Colors of #bc6add

#bc6add #dd6ac5 #836add

Monochromatic Colors of #bc6add

#bc6add

Complementary Color

#bc6add #8bdd6a

#bc6add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6add Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6add Color CSS Codes

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

#bc6add Text Font Color

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

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


#bc6add Background Color

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

This div background color is #bc6add


#bc6add Border Color

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

This div border color is #bc6add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6add


Comments

No comments written yet.

Please login to write comment.