Color Hex Logo

#bc81dc Color Hex

#BC81DC
(188,129,220)
0 Favorites   0 Comments

Color spaces of #bc81dc

RGB 188129220
HSL0.770.570.68
HSV279°41°86°
CMYK 0.150.410.00   0.14
XYZ41.507631.559271.6140
Yxy31.55920.28690.2181
Hunter Lab56.177633.5765-36.2574
CIE-Lab62.976938.9263-37.7635

#bc81dc color RGB value is (188,129,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000001 11011100
Octal 274 201 334
Decimal 188 129 220
Hex BC 81 DC

RGB Percentages of Color #bc81dc

%35.01
%24.02
%40.97

CMYK Percentages of Color #bc81dc

%15
%41
%0
%14

Triadic Colors of #bc81dc

#bc81dc #dcbc81 #81dcbc

Analogous Colors of #bc81dc

#bc81dc #dc81cf #8f81dc

Monochromatic Colors of #bc81dc

#bc81dc

Complementary Color

#bc81dc #a1dc81

#bc81dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc81dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc81dc Color CSS Codes

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

#bc81dc Text Font Color

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

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


#bc81dc Background Color

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

This div background color is #bc81dc


#bc81dc Border Color

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

This div border color is #bc81dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc81dc


Comments

No comments written yet.

Please login to write comment.