Color Hex Logo

#bc0cbe Color Hex

#BC0CBE
(188,12,190)
0 Favorites   0 Comments

Color spaces of #bc0cbe

RGB 18812190
HSL0.830.880.40
HSV299°94°75°
CMYK 0.010.940.00   0.25
XYZ30.164814.672049.9573
Yxy14.67200.31820.1548
Hunter Lab38.304073.5384-50.5150
CIE-Lab45.181677.3407-48.7707

#bc0cbe color RGB value is (188,12,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001100 10111110
Octal 274 14 276
Decimal 188 12 190
Hex BC C BE

RGB Percentages of Color #bc0cbe

%48.21
%3.08
%48.72

CMYK Percentages of Color #bc0cbe

%1
%94
%0
%25

Triadic Colors of #bc0cbe

#bc0cbe #bebc0c #0cbebc

Analogous Colors of #bc0cbe

#bc0cbe #be0c67 #630cbe

Monochromatic Colors of #bc0cbe

#bc0cbe

Complementary Color

#bc0cbe #0ebe0c

#bc0cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0cbe Color CSS Codes

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

#bc0cbe Text Font Color

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

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


#bc0cbe Background Color

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

This div background color is #bc0cbe


#bc0cbe Border Color

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

This div border color is #bc0cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0cbe


Comments

No comments written yet.

Please login to write comment.