Color Hex Logo

#bc82bc Color Hex

#BC82BC
(188,130,188)
0 Favorites   0 Comments

Color spaces of #bc82bc

RGB 188130188
HSL0.830.300.62
HSV300°31°74°
CMYK 0.000.310.00   0.26
XYZ37.798830.287551.4308
Yxy30.28750.31630.2534
Hunter Lab55.034126.2887-16.8842
CIE-Lab61.901531.9089-21.4453

#bc82bc color RGB value is (188,130,188).

#bc82bc hex color red value is 188, green value is 130 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bc82bc hue: 0.83 , saturation: 0.30 and the lightness value of bc82bc is 0.62.

The process color (four color CMYK) of #bc82bc color hex is 0.00, 0.31, 0.00, 0.26. Web safe color of #bc82bc is #cc99cc. Color #bc82bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000010 10111100
Octal 274 202 274
Decimal 188 130 188
Hex BC 82 BC

RGB Percentages of Color #bc82bc

%37.15
%25.69
%37.15

CMYK Percentages of Color #bc82bc

%0
%31
%0
%26

Triadic Colors of #bc82bc

#bc82bc #bcbc82 #82bcbc

Analogous Colors of #bc82bc

#bc82bc #bc829f #9f82bc

Monochromatic Colors of #bc82bc

#bc82bc

Complementary Color

#bc82bc #82bc82

#bc82bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc82bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc82bc Color CSS Codes

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

#bc82bc Text Font Color

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

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


#bc82bc Background Color

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

This div background color is #bc82bc


#bc82bc Border Color

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

This div border color is #bc82bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc82bc


Comments

No comments written yet.

Please login to write comment.