Color Hex Logo

#bc0ca4 Color Hex

#BC0CA4
(188,12,164)
0 Favorites   0 Comments

Color spaces of #bc0ca4

RGB 18812164
HSL0.860.880.39
HSV308°94°74°
CMYK 0.000.940.13   0.26
XYZ27.571313.634636.3005
Yxy13.63460.35570.1759
Hunter Lab36.925168.6640-32.4396
CIE-Lab43.704373.6400-35.7417

#bc0ca4 color RGB value is (188,12,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001100 10100100
Octal 274 14 244
Decimal 188 12 164
Hex BC C A4

RGB Percentages of Color #bc0ca4

%51.65
%3.30
%45.05

CMYK Percentages of Color #bc0ca4

%0
%94
%13
%26

Triadic Colors of #bc0ca4

#bc0ca4 #a4bc0c #0ca4bc

Analogous Colors of #bc0ca4

#bc0ca4 #bc0c4c #7c0cbc

Monochromatic Colors of #bc0ca4

#bc0ca4

Complementary Color

#bc0ca4 #0cbc24

#bc0ca4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0ca4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0ca4 Color CSS Codes

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

#bc0ca4 Text Font Color

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

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


#bc0ca4 Background Color

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

This div background color is #bc0ca4


#bc0ca4 Border Color

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

This div border color is #bc0ca4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0ca4


Comments

No comments written yet.

Please login to write comment.