Color Hex Logo

#bc93ca Color Hex

#BC93CA
(188,147,202)
0 Favorites   0 Comments

Color spaces of #bc93ca

RGB 188147202
HSL0.790.340.68
HSV285°27°79°
CMYK 0.070.270.00   0.21
XYZ41.833435.823160.5868
Yxy35.82310.30260.2591
Hunter Lab59.852420.0196-18.1208
CIE-Lab66.384525.2280-22.4590

#bc93ca color RGB value is (188,147,202).

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

The process color (four color CMYK) of #bc93ca color hex is 0.07, 0.27, 0.00, 0.21. Web safe color of #bc93ca is #cc99cc. Color #bc93ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010011 11001010
Octal 274 223 312
Decimal 188 147 202
Hex BC 93 CA

RGB Percentages of Color #bc93ca

%35.01
%27.37
%37.62

CMYK Percentages of Color #bc93ca

%7
%27
%0
%21

Triadic Colors of #bc93ca

#bc93ca #cabc93 #93cabc

Analogous Colors of #bc93ca

#bc93ca #ca93bd #a193ca

Monochromatic Colors of #bc93ca

#bc93ca

Complementary Color

#bc93ca #a1ca93

#bc93ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc93ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc93ca Color CSS Codes

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

#bc93ca Text Font Color

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

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


#bc93ca Background Color

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

This div background color is #bc93ca


#bc93ca Border Color

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

This div border color is #bc93ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc93ca


Comments

No comments written yet.

Please login to write comment.