Color Hex Logo

#bc0cca Color Hex

#BC0CCA
(188,12,202)
0 Favorites   0 Comments

Color spaces of #bc0cca

RGB 18812202
HSL0.820.890.42
HSV296°94°79°
CMYK 0.070.940.00   0.21
XYZ31.531215.218657.1527
Yxy15.21860.30350.1465
Hunter Lab39.011076.0058-59.5545
CIE-Lab45.932279.1795-54.5530

#bc0cca color RGB value is (188,12,202).

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

The process color (four color CMYK) of #bc0cca color hex is 0.07, 0.94, 0.00, 0.21. Web safe color of #bc0cca is #cc00cc. Color #bc0cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001100 11001010
Octal 274 14 312
Decimal 188 12 202
Hex BC C CA

RGB Percentages of Color #bc0cca

%46.77
%2.99
%50.25

CMYK Percentages of Color #bc0cca

%7
%94
%0
%21

Triadic Colors of #bc0cca

#bc0cca #cabc0c #0ccabc

Analogous Colors of #bc0cca

#bc0cca #ca0c79 #5d0cca

Monochromatic Colors of #bc0cca

#bc0cca

Complementary Color

#bc0cca #1aca0c

#bc0cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0cca Color CSS Codes

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

#bc0cca Text Font Color

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

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


#bc0cca Background Color

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

This div background color is #bc0cca


#bc0cca Border Color

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

This div border color is #bc0cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0cca


Comments

No comments written yet.

Please login to write comment.