Color Hex Logo

#bc1aee Color Hex

#BC1AEE
(188,26,238)
0 Favorites   0 Comments

Color spaces of #bc1aee

RGB 18826238
HSL0.790.860.52
HSV286°89°93°
CMYK 0.210.890.00   0.07
XYZ36.541017.603282.3607
Yxy17.60320.26770.1290
Hunter Lab41.956282.0382-87.0180
CIE-Lab49.011383.3457-70.1403

#bc1aee color RGB value is (188,26,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011010 11101110
Octal 274 32 356
Decimal 188 26 238
Hex BC 1A EE

RGB Percentages of Color #bc1aee

%41.59
%5.75
%52.65

CMYK Percentages of Color #bc1aee

%21
%89
%0
%7

Triadic Colors of #bc1aee

#bc1aee #eebc1a #1aeebc

Analogous Colors of #bc1aee

#bc1aee #ee1ab6 #521aee

Monochromatic Colors of #bc1aee

#bc1aee

Complementary Color

#bc1aee #4cee1a

#bc1aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1aee Color CSS Codes

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

#bc1aee Text Font Color

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

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


#bc1aee Background Color

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

This div background color is #bc1aee


#bc1aee Border Color

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

This div border color is #bc1aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1aee


Comments

No comments written yet.

Please login to write comment.