Color Hex Logo

#bc0cbd Color Hex

#BC0CBD
(188,12,189)
0 Favorites   0 Comments

Color spaces of #bc0cbd

RGB 18812189
HSL0.830.880.39
HSV300°94°74°
CMYK 0.010.940.00   0.26
XYZ30.055814.628449.3836
Yxy14.62840.31950.1555
Hunter Lab38.247173.3387-49.7807
CIE-Lab45.121077.1909-48.2826

#bc0cbd color RGB value is (188,12,189).

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

The process color (four color CMYK) of #bc0cbd color hex is 0.01, 0.94, 0.00, 0.26. Web safe color of #bc0cbd is #cc00cc. Color #bc0cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001100 10111101
Octal 274 14 275
Decimal 188 12 189
Hex BC C BD

RGB Percentages of Color #bc0cbd

%48.33
%3.08
%48.59

CMYK Percentages of Color #bc0cbd

%1
%94
%0
%26

Triadic Colors of #bc0cbd

#bc0cbd #bdbc0c #0cbdbc

Analogous Colors of #bc0cbd

#bc0cbd #bd0c66 #630cbd

Monochromatic Colors of #bc0cbd

#bc0cbd

Complementary Color

#bc0cbd #0dbd0c

#bc0cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0cbd Color CSS Codes

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

#bc0cbd Text Font Color

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

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


#bc0cbd Background Color

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

This div background color is #bc0cbd


#bc0cbd Border Color

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

This div border color is #bc0cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0cbd


Comments

No comments written yet.

Please login to write comment.