Color Hex Logo

#bc83df Color Hex

#BC83DF
(188,131,223)
0 Favorites   0 Comments

Color spaces of #bc83df

RGB 188131223
HSL0.770.590.69
HSV277°41°87°
CMYK 0.160.410.00   0.13
XYZ42.174632.251773.8144
Yxy32.25170.28450.2176
Hunter Lab56.790633.1766-37.3097
CIE-Lab63.550438.4755-38.5382

#bc83df color RGB value is (188,131,223).

#bc83df hex color red value is 188, green value is 131 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bc83df hue: 0.77 , saturation: 0.59 and the lightness value of bc83df is 0.69.

The process color (four color CMYK) of #bc83df color hex is 0.16, 0.41, 0.00, 0.13. Web safe color of #bc83df is #cc99cc. Color #bc83df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000011 11011111
Octal 274 203 337
Decimal 188 131 223
Hex BC 83 DF

RGB Percentages of Color #bc83df

%34.69
%24.17
%41.14

CMYK Percentages of Color #bc83df

%16
%41
%0
%13

Triadic Colors of #bc83df

#bc83df #dfbc83 #83dfbc

Analogous Colors of #bc83df

#bc83df #df83d4 #8e83df

Monochromatic Colors of #bc83df

#bc83df

Complementary Color

#bc83df #a6df83

#bc83df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc83df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc83df Color CSS Codes

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

#bc83df Text Font Color

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

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


#bc83df Background Color

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

This div background color is #bc83df


#bc83df Border Color

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

This div border color is #bc83df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc83df


Comments

No comments written yet.

Please login to write comment.