Color Hex Logo

#bc66ca Color Hex

#BC66CA
(188,102,202)
0 Favorites   0 Comments

Color spaces of #bc66ca

RGB 188102202
HSL0.810.490.60
HSV292°50°79°
CMYK 0.070.500.00   0.21
XYZ36.151124.458458.6927
Yxy24.45840.30300.2050
Hunter Lab49.455443.9335-35.7454
CIE-Lab56.543949.5798-37.6932

#bc66ca color RGB value is (188,102,202).

#bc66ca hex color red value is 188, green value is 102 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bc66ca hue: 0.81 , saturation: 0.49 and the lightness value of bc66ca is 0.60.

The process color (four color CMYK) of #bc66ca color hex is 0.07, 0.50, 0.00, 0.21. Web safe color of #bc66ca is #cc66cc. Color #bc66ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100110 11001010
Octal 274 146 312
Decimal 188 102 202
Hex BC 66 CA

RGB Percentages of Color #bc66ca

%38.21
%20.73
%41.06

CMYK Percentages of Color #bc66ca

%7
%50
%0
%21

Triadic Colors of #bc66ca

#bc66ca #cabc66 #66cabc

Analogous Colors of #bc66ca

#bc66ca #ca66a6 #8a66ca

Monochromatic Colors of #bc66ca

#bc66ca

Complementary Color

#bc66ca #74ca66

#bc66ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc66ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc66ca Color CSS Codes

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

#bc66ca Text Font Color

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

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


#bc66ca Background Color

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

This div background color is #bc66ca


#bc66ca Border Color

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

This div border color is #bc66ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc66ca


Comments

No comments written yet.

Please login to write comment.