Color Hex Logo

#bc1bee Color Hex

#BC1BEE
(188,27,238)
0 Favorites   0 Comments

Color spaces of #bc1bee

RGB 18827238
HSL0.790.860.52
HSV286°89°93°
CMYK 0.210.890.00   0.07
XYZ36.563617.648382.3683
Yxy17.64830.26770.1292
Hunter Lab42.009981.8415-86.8423
CIE-Lab49.066783.1815-70.0502

#bc1bee color RGB value is (188,27,238).

#bc1bee hex color red value is 188, green value is 27 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bc1bee hue: 0.79 , saturation: 0.86 and the lightness value of bc1bee is 0.52.

The process color (four color CMYK) of #bc1bee color hex is 0.21, 0.89, 0.00, 0.07. Web safe color of #bc1bee is #cc33ff. Color #bc1bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011011 11101110
Octal 274 33 356
Decimal 188 27 238
Hex BC 1B EE

RGB Percentages of Color #bc1bee

%41.50
%5.96
%52.54

CMYK Percentages of Color #bc1bee

%21
%89
%0
%7

Triadic Colors of #bc1bee

#bc1bee #eebc1b #1beebc

Analogous Colors of #bc1bee

#bc1bee #ee1bb7 #521bee

Monochromatic Colors of #bc1bee

#bc1bee

Complementary Color

#bc1bee #4dee1b

#bc1bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1bee Color CSS Codes

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

#bc1bee Text Font Color

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

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


#bc1bee Background Color

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

This div background color is #bc1bee


#bc1bee Border Color

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

This div border color is #bc1bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1bee


Comments

No comments written yet.

Please login to write comment.