Color Hex Logo

#bc83cb Color Hex

#BC83CB
(188,131,203)
0 Favorites   0 Comments

Color spaces of #bc83cb

RGB 188131203
HSL0.800.410.65
HSV288°35°80°
CMYK 0.070.350.00   0.20
XYZ39.634831.235860.4400
Yxy31.23580.30180.2379
Hunter Lab55.889028.7811-24.9956
CIE-Lab62.706234.2998-28.6680

#bc83cb color RGB value is (188,131,203).

#bc83cb hex color red value is 188, green value is 131 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bc83cb hue: 0.80 , saturation: 0.41 and the lightness value of bc83cb is 0.65.

The process color (four color CMYK) of #bc83cb color hex is 0.07, 0.35, 0.00, 0.20. Web safe color of #bc83cb is #cc99cc. Color #bc83cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000011 11001011
Octal 274 203 313
Decimal 188 131 203
Hex BC 83 CB

RGB Percentages of Color #bc83cb

%36.02
%25.10
%38.89

CMYK Percentages of Color #bc83cb

%7
%35
%0
%20

Triadic Colors of #bc83cb

#bc83cb #cbbc83 #83cbbc

Analogous Colors of #bc83cb

#bc83cb #cb83b6 #9883cb

Monochromatic Colors of #bc83cb

#bc83cb

Complementary Color

#bc83cb #92cb83

#bc83cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc83cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc83cb Color CSS Codes

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

#bc83cb Text Font Color

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

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


#bc83cb Background Color

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

This div background color is #bc83cb


#bc83cb Border Color

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

This div border color is #bc83cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc83cb


Comments

No comments written yet.

Please login to write comment.