Color Hex Logo

#bc96ca Color Hex

#BC96CA
(188,150,202)
0 Favorites   0 Comments

Color spaces of #bc96ca

RGB 188150202
HSL0.790.330.69
HSV284°26°79°
CMYK 0.070.260.00   0.21
XYZ42.306136.768360.7443
Yxy36.76830.30260.2630
Hunter Lab60.636918.4242-16.9492
CIE-Lab67.102823.5591-21.3630

#bc96ca color RGB value is (188,150,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010110 11001010
Octal 274 226 312
Decimal 188 150 202
Hex BC 96 CA

RGB Percentages of Color #bc96ca

%34.81
%27.78
%37.41

CMYK Percentages of Color #bc96ca

%7
%26
%0
%21

Triadic Colors of #bc96ca

#bc96ca #cabc96 #96cabc

Analogous Colors of #bc96ca

#bc96ca #ca96be #a296ca

Monochromatic Colors of #bc96ca

#bc96ca

Complementary Color

#bc96ca #a4ca96

#bc96ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc96ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc96ca Color CSS Codes

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

#bc96ca Text Font Color

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

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


#bc96ca Background Color

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

This div background color is #bc96ca


#bc96ca Border Color

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

This div border color is #bc96ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,150,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 #bc96ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc96ca


Comments

No comments written yet.

Please login to write comment.