Color Hex Logo

#bc6ded Color Hex

#BC6DED
(188,109,237)
0 Favorites   0 Comments

Color spaces of #bc6ded

RGB 188109237
HSL0.770.780.68
HSV277°54°93°
CMYK 0.210.540.00   0.07
XYZ41.493727.743183.2888
Yxy27.74310.27200.1819
Hunter Lab52.671748.4431-56.8840
CIE-Lab59.655953.1984-52.4693

#bc6ded color RGB value is (188,109,237).

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

The process color (four color CMYK) of #bc6ded color hex is 0.21, 0.54, 0.00, 0.07. Web safe color of #bc6ded is #cc66ff. Color #bc6ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101101 11101101
Octal 274 155 355
Decimal 188 109 237
Hex BC 6D ED

RGB Percentages of Color #bc6ded

%35.21
%20.41
%44.38

CMYK Percentages of Color #bc6ded

%21
%54
%0
%7

Triadic Colors of #bc6ded

#bc6ded #edbc6d #6dedbc

Analogous Colors of #bc6ded

#bc6ded #ed6dde #7c6ded

Monochromatic Colors of #bc6ded

#bc6ded

Complementary Color

#bc6ded #9eed6d

#bc6ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6ded Color CSS Codes

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

#bc6ded Text Font Color

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

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


#bc6ded Background Color

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

This div background color is #bc6ded


#bc6ded Border Color

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

This div border color is #bc6ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6ded


Comments

No comments written yet.

Please login to write comment.