Color Hex Logo

#bc1bca Color Hex

#BC1BCA
(188,27,202)
0 Favorites   0 Comments

Color spaces of #bc1bca

RGB 18827202
HSL0.820.760.45
HSV295°87°79°
CMYK 0.070.870.00   0.21
XYZ31.791615.739557.2395
Yxy15.73950.30340.1502
Hunter Lab39.673073.6114-57.7713
CIE-Lab46.630877.1182-53.4300

#bc1bca color RGB value is (188,27,202).

#bc1bca hex color red value is 188, green value is 27 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bc1bca hue: 0.82 , saturation: 0.76 and the lightness value of bc1bca is 0.45.

The process color (four color CMYK) of #bc1bca color hex is 0.07, 0.87, 0.00, 0.21. Web safe color of #bc1bca is #cc33cc. Color #bc1bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011011 11001010
Octal 274 33 312
Decimal 188 27 202
Hex BC 1B CA

RGB Percentages of Color #bc1bca

%45.08
%6.47
%48.44

CMYK Percentages of Color #bc1bca

%7
%87
%0
%21

Triadic Colors of #bc1bca

#bc1bca #cabc1b #1bcabc

Analogous Colors of #bc1bca

#bc1bca #ca1b81 #651bca

Monochromatic Colors of #bc1bca

#bc1bca

Complementary Color

#bc1bca #29ca1b

#bc1bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1bca Color CSS Codes

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

#bc1bca Text Font Color

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

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


#bc1bca Background Color

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

This div background color is #bc1bca


#bc1bca Border Color

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

This div border color is #bc1bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1bca


Comments

No comments written yet.

Please login to write comment.