Color Hex Logo

#bc1cbe Color Hex

#BC1CBE
(188,28,190)
0 Favorites   0 Comments

Color spaces of #bc1cbe

RGB 18828190
HSL0.830.740.43
HSV299°85°75°
CMYK 0.010.850.00   0.25
XYZ30.448615.239650.0519
Yxy15.23960.31800.1592
Hunter Lab39.037970.9091-48.6912
CIE-Lab45.960675.0492-47.5249

#bc1cbe color RGB value is (188,28,190).

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

The process color (four color CMYK) of #bc1cbe color hex is 0.01, 0.85, 0.00, 0.25. Web safe color of #bc1cbe is #cc33cc. Color #bc1cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011100 10111110
Octal 274 34 276
Decimal 188 28 190
Hex BC 1C BE

RGB Percentages of Color #bc1cbe

%46.31
%6.90
%46.80

CMYK Percentages of Color #bc1cbe

%1
%85
%0
%25

Triadic Colors of #bc1cbe

#bc1cbe #bebc1c #1cbebc

Analogous Colors of #bc1cbe

#bc1cbe #be1c6f #6b1cbe

Monochromatic Colors of #bc1cbe

#bc1cbe

Complementary Color

#bc1cbe #1ebe1c

#bc1cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1cbe Color CSS Codes

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

#bc1cbe Text Font Color

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

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


#bc1cbe Background Color

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

This div background color is #bc1cbe


#bc1cbe Border Color

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

This div border color is #bc1cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1cbe


Comments

No comments written yet.

Please login to write comment.