Color Hex Logo

#bc0ccd Color Hex

#BC0CCD
(188,12,205)
0 Favorites   0 Comments

Color spaces of #bc0ccd

RGB 18812205
HSL0.820.890.43
HSV295°94°80°
CMYK 0.080.940.00   0.20
XYZ31.890015.362159.0420
Yxy15.36210.30000.1445
Hunter Lab39.194576.6433-61.8774
CIE-Lab46.126279.6511-55.9770

#bc0ccd color RGB value is (188,12,205).

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

The process color (four color CMYK) of #bc0ccd color hex is 0.08, 0.94, 0.00, 0.20. Web safe color of #bc0ccd is #cc00cc. Color #bc0ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001100 11001101
Octal 274 14 315
Decimal 188 12 205
Hex BC C CD

RGB Percentages of Color #bc0ccd

%46.42
%2.96
%50.62

CMYK Percentages of Color #bc0ccd

%8
%94
%0
%20

Triadic Colors of #bc0ccd

#bc0ccd #cdbc0c #0ccdbc

Analogous Colors of #bc0ccd

#bc0ccd #cd0c7e #5b0ccd

Monochromatic Colors of #bc0ccd

#bc0ccd

Complementary Color

#bc0ccd #1dcd0c

#bc0ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0ccd Color CSS Codes

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

#bc0ccd Text Font Color

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

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


#bc0ccd Background Color

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

This div background color is #bc0ccd


#bc0ccd Border Color

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

This div border color is #bc0ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0ccd


Comments

No comments written yet.

Please login to write comment.