Color Hex Logo

#bc0ca8 Color Hex

#BC0CA8
(188,12,168)
0 Favorites   0 Comments

Color spaces of #bc0ca8

RGB 18812168
HSL0.850.880.39
HSV307°94°74°
CMYK 0.000.940.11   0.26
XYZ27.938413.781538.2334
Yxy13.78150.34940.1724
Hunter Lab37.123469.3697-35.0763
CIE-Lab43.917974.1815-37.7923

#bc0ca8 color RGB value is (188,12,168).

#bc0ca8 hex color red value is 188, green value is 12 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #bc0ca8 hue: 0.85 , saturation: 0.88 and the lightness value of bc0ca8 is 0.39.

The process color (four color CMYK) of #bc0ca8 color hex is 0.00, 0.94, 0.11, 0.26. Web safe color of #bc0ca8 is #cc0099. Color #bc0ca8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001100 10101000
Octal 274 14 250
Decimal 188 12 168
Hex BC C A8

RGB Percentages of Color #bc0ca8

%51.09
%3.26
%45.65

CMYK Percentages of Color #bc0ca8

%0
%94
%11
%26

Triadic Colors of #bc0ca8

#bc0ca8 #a8bc0c #0ca8bc

Analogous Colors of #bc0ca8

#bc0ca8 #bc0c50 #780cbc

Monochromatic Colors of #bc0ca8

#bc0ca8

Complementary Color

#bc0ca8 #0cbc20

#bc0ca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0ca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0ca8 Color CSS Codes

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

#bc0ca8 Text Font Color

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

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


#bc0ca8 Background Color

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

This div background color is #bc0ca8


#bc0ca8 Border Color

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

This div border color is #bc0ca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0ca8


Comments

No comments written yet.

Please login to write comment.