Color Hex Logo

#bc93cc Color Hex

#BC93CC
(188,147,204)
0 Favorites   0 Comments

Color spaces of #bc93cc

RGB 188147204
HSL0.790.360.69
HSV283°28°80°
CMYK 0.080.280.00   0.20
XYZ42.071835.918461.8423
Yxy35.91840.30090.2569
Hunter Lab59.932020.4248-19.2275
CIE-Lab66.457525.6345-23.4617

#bc93cc color RGB value is (188,147,204).

#bc93cc hex color red value is 188, green value is 147 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bc93cc hue: 0.79 , saturation: 0.36 and the lightness value of bc93cc is 0.69.

The process color (four color CMYK) of #bc93cc color hex is 0.08, 0.28, 0.00, 0.20. Web safe color of #bc93cc is #cc99cc. Color #bc93cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010011 11001100
Octal 274 223 314
Decimal 188 147 204
Hex BC 93 CC

RGB Percentages of Color #bc93cc

%34.88
%27.27
%37.85

CMYK Percentages of Color #bc93cc

%8
%28
%0
%20

Triadic Colors of #bc93cc

#bc93cc #ccbc93 #93ccbc

Analogous Colors of #bc93cc

#bc93cc #cc93c0 #a093cc

Monochromatic Colors of #bc93cc

#bc93cc

Complementary Color

#bc93cc #a3cc93

#bc93cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc93cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc93cc Color CSS Codes

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

#bc93cc Text Font Color

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

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


#bc93cc Background Color

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

This div background color is #bc93cc


#bc93cc Border Color

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

This div border color is #bc93cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc93cc


Comments

No comments written yet.

Please login to write comment.